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:
Johan Mulder
2026-01-15 21:00:47 +01:00
committed by GitHub
parent 599879d66d
commit 3d1949e388
4 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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

View File

@@ -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
#