From d4c5d8a45fb844fa8c1e393087e31df7feb5076e Mon Sep 17 00:00:00 2001 From: HypeMC <2445045+HypeMC@users.noreply.github.com> Date: Sat, 21 Sep 2024 00:16:26 +0200 Subject: [PATCH] Update Symfony/Monolog PSR3 information (#11063) --- docs/platforms/php/guides/symfony/index.mdx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/platforms/php/guides/symfony/index.mdx b/docs/platforms/php/guides/symfony/index.mdx index 5294332924d60..f712d372373ad 100644 --- a/docs/platforms/php/guides/symfony/index.mdx +++ b/docs/platforms/php/guides/symfony/index.mdx @@ -49,15 +49,7 @@ monolog: level: !php/const Monolog\Logger::ERROR hub_id: Sentry\State\HubInterface fill_extra_context: true # Enables sending monolog context to Sentry -``` - -Additionally, you can register the `PsrLogMessageProcessor` to resolve PSR-3 placeholders in reported messages: - -{/* */} -```yaml {filename:config/packages/sentry.yaml} -services: - Monolog\Processor\PsrLogMessageProcessor: - tags: { name: monolog.processor, handler: sentry } + process_psr_3_messages: false # Disables the resolution of PSR-3 placeholders in reported messages ``` ## Verify