Skip to content

Commit

Permalink
Documented most valuable sentry options
Browse files Browse the repository at this point in the history
  • Loading branch information
karser committed Jul 30, 2019
1 parent bbdb50d commit a9df648
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ Leaving this value empty (or undeclared) in other environments will effectively
```yaml
sentry:
dsn: "https://public:secret@sentry.example.com/1"
options:
environment: '%kernel.environment%'
release: '%env(VERSION)%' #your app version
excluded_exceptions: #exclude validation errors
- App\Exception\UserNotFoundException
- Symfony\Component\Security\Core\Exception\AccessDeniedException
```
#### Optional: use monolog handler provided by `sentry/sentry`
Expand Down

0 comments on commit a9df648

Please sign in to comment.