mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Updated documentation links for the sentry Monolog integration (#1922)
The old link apparently no longer contains documentation about the Monolog integration.
This commit is contained in:
@@ -6,7 +6,7 @@ sentry:
|
|||||||
- Symfony\Component\Security\Core\Exception\AccessDeniedException
|
- Symfony\Component\Security\Core\Exception\AccessDeniedException
|
||||||
|
|
||||||
# If you are using Monolog, you also need this additional configuration to log the errors correctly:
|
# 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_listener: false
|
||||||
|
|
||||||
# monolog:
|
# monolog:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ when@prod:
|
|||||||
dsn: '%env(SENTRY_DSN)%'
|
dsn: '%env(SENTRY_DSN)%'
|
||||||
|
|
||||||
# If you are using Monolog, you also need this additional configuration to log the errors correctly:
|
# 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_listener: false
|
||||||
|
|
||||||
# monolog:
|
# monolog:
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ when@prod:
|
|||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# If you are using Monolog, you also need this additional configuration to log the errors correctly:
|
# 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_listener: false
|
||||||
# register_error_handler: false
|
# register_error_handler: false
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ when@prod:
|
|||||||
- 'Symfony\Component\Debug\Exception\FatalErrorException'
|
- 'Symfony\Component\Debug\Exception\FatalErrorException'
|
||||||
#
|
#
|
||||||
# # If you are using Monolog, you also need this additional configuration to log the errors correctly:
|
# # 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_listener: false
|
||||||
# register_error_handler: false
|
# register_error_handler: false
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user