23d8401bb2
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #12
22 lines
776 B
YAML
22 lines
776 B
YAML
sentry:
|
|
options:
|
|
send_default_pii: true
|
|
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'
|
|
|
|
# TODO: update:
|
|
# https://docs.sentry.io/platforms/php/guides/symfony/#monolog-integration
|
|
Sentry\Monolog\Handler:
|
|
arguments:
|
|
$hub: '@Sentry\State\HubInterface'
|
|
$level: !php/const Monolog\Logger::ERROR
|