2019-01-18 15:33:20 +00:00
|
|
|
sentry:
|
|
|
|
options:
|
2020-01-20 17:01:51 +00:00
|
|
|
send_default_pii: true
|
2021-02-20 15:34:58 +00:00
|
|
|
integrations:
|
|
|
|
- 'Sentry\Integration\IgnoreErrorsIntegration'
|
|
|
|
|
|
|
|
services:
|
|
|
|
Sentry\Integration\IgnoreErrorsIntegration:
|
|
|
|
arguments:
|
|
|
|
$options:
|
|
|
|
ignore_exceptions:
|
|
|
|
- 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException'
|
|
|
|
- 'Symfony\Component\HttpKernel\Exception\BadRequestHttpException'
|
|
|
|
- 'Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException'
|
|
|
|
|
|
|
|
Sentry\Monolog\Handler:
|
|
|
|
arguments:
|
|
|
|
$hub: '@Sentry\State\HubInterface'
|
|
|
|
$level: !php/const Monolog\Logger::ERROR
|