Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sentry/sentry-symfony/3.0/config/packages/prod/sentry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sentry:
- Symfony\Component\Security\Core\Exception\AccessDeniedException

# If you are using Monolog, you also need this additional configuration to log the errors correctly:
# https://docs.sentry.io/platforms/php/guides/symfony/#monolog-integration
# https://docs.sentry.io/platforms/php/guides/symfony/integrations/monolog/
# register_error_listener: false

# monolog:
Expand Down
2 changes: 1 addition & 1 deletion sentry/sentry-symfony/4.0/config/packages/sentry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ when@prod:
dsn: '%env(SENTRY_DSN)%'

# If you are using Monolog, you also need this additional configuration to log the errors correctly:
# https://docs.sentry.io/platforms/php/guides/symfony/#monolog-integration
# https://docs.sentry.io/platforms/php/guides/symfony/integrations/monolog/
# register_error_listener: false

# monolog:
Expand Down
2 changes: 1 addition & 1 deletion sentry/sentry-symfony/4.6/config/packages/sentry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ when@prod:
enabled: false

# If you are using Monolog, you also need this additional configuration to log the errors correctly:
# https://docs.sentry.io/platforms/php/guides/symfony/#monolog-integration
# https://docs.sentry.io/platforms/php/guides/symfony/integrations/monolog/
# register_error_listener: false
# register_error_handler: false

Expand Down
2 changes: 1 addition & 1 deletion sentry/sentry-symfony/5.0/config/packages/sentry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ when@prod:
- 'Symfony\Component\Debug\Exception\FatalErrorException'
#
# # If you are using Monolog, you also need this additional configuration to log the errors correctly:
# # https://docs.sentry.io/platforms/php/guides/symfony/#monolog-integration
# # https://docs.sentry.io/platforms/php/guides/symfony/integrations/monolog/
# register_error_listener: false
# register_error_handler: false
#
Expand Down