Skip to content

Commit

Permalink
Merge pull request #12 from iMi-digital/5-docs
Browse files Browse the repository at this point in the history
Docs: Add instructions about bundles.php
  • Loading branch information
shyim authored Oct 4, 2024
2 parents fe58a4c + e469017 commit 5a788dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ This plugin integrates the [Sentry](https://sentry.io) error tracking service in
composer require "frosh/sentry-bundle:*" "sentry/sentry-symfony:*"
```

Then, in `config/bundles.php` add

```php
Sentry\SentryBundle\SentryBundle::class => ['all' => true],
Frosh\SentryBundle\ShopwareSentryBundle::class => ['all' => true],
```

at the end of the `$bundles` array.

## Configuration

After installation, create a `config/packages/sentry.yaml` file in your Shopware installation and add the following configuration:
Expand Down

0 comments on commit 5a788dc

Please sign in to comment.