From 313c5c9e78729c93e79d0c7b3db136d890e80249 Mon Sep 17 00:00:00 2001 From: HypeMC Date: Tue, 13 Aug 2024 00:50:04 +0200 Subject: [PATCH] Update Sentry PSR3 information --- sentry/sentry-symfony/4.6/config/packages/sentry.yaml | 7 +------ sentry/sentry-symfony/5.0/config/packages/sentry.yaml | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/sentry/sentry-symfony/4.6/config/packages/sentry.yaml b/sentry/sentry-symfony/4.6/config/packages/sentry.yaml index 9e4a04e8b..48d873bf4 100644 --- a/sentry/sentry-symfony/4.6/config/packages/sentry.yaml +++ b/sentry/sentry-symfony/4.6/config/packages/sentry.yaml @@ -18,9 +18,4 @@ when@prod: # type: sentry # level: !php/const Monolog\Logger::ERROR # hub_id: Sentry\State\HubInterface - -# Uncomment these lines to register a log message processor that resolves PSR-3 placeholders -# https://docs.sentry.io/platforms/php/guides/symfony/#monolog-integration -# services: -# Monolog\Processor\PsrLogMessageProcessor: -# tags: { name: monolog.processor, handler: sentry } +# process_psr_3_messages: false # Disables the resolution of PSR-3 placeholders diff --git a/sentry/sentry-symfony/5.0/config/packages/sentry.yaml b/sentry/sentry-symfony/5.0/config/packages/sentry.yaml index bae651496..885854d48 100644 --- a/sentry/sentry-symfony/5.0/config/packages/sentry.yaml +++ b/sentry/sentry-symfony/5.0/config/packages/sentry.yaml @@ -17,9 +17,4 @@ when@prod: # type: sentry # level: !php/const Monolog\Logger::ERROR # hub_id: Sentry\State\HubInterface - -# Uncomment these lines to register a log message processor that resolves PSR-3 placeholders -# https://docs.sentry.io/platforms/php/guides/symfony/#monolog-integration -# services: -# Monolog\Processor\PsrLogMessageProcessor: -# tags: { name: monolog.processor, handler: sentry } +# process_psr_3_messages: false # Disables the resolution of PSR-3 placeholders