Skip to content

Commit 3d1949e

Browse files
authored
Updated documentation links for the sentry Monolog integration (#1922)
The old link apparently no longer contains documentation about the Monolog integration.
1 parent 599879d commit 3d1949e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sentry/sentry-symfony/3.0/config/packages/prod/sentry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sentry:
66
- Symfony\Component\Security\Core\Exception\AccessDeniedException
77

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

1212
# monolog:

sentry/sentry-symfony/4.0/config/packages/sentry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ when@prod:
33
dsn: '%env(SENTRY_DSN)%'
44

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

99
# monolog:

sentry/sentry-symfony/4.6/config/packages/sentry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ when@prod:
88
enabled: false
99

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

sentry/sentry-symfony/5.0/config/packages/sentry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ when@prod:
1010
- 'Symfony\Component\Debug\Exception\FatalErrorException'
1111
#
1212
# # If you are using Monolog, you also need this additional configuration to log the errors correctly:
13-
# # https://docs.sentry.io/platforms/php/guides/symfony/#monolog-integration
13+
# # https://docs.sentry.io/platforms/php/guides/symfony/integrations/monolog/
1414
# register_error_listener: false
1515
# register_error_handler: false
1616
#

0 commit comments

Comments
 (0)