From 91dc6229cd73996b77307594b8808a561980f72e Mon Sep 17 00:00:00 2001 From: HypeMC Date: Tue, 13 Aug 2024 00:31:09 +0200 Subject: [PATCH] Update Symfony/Monolog PSR3 information --- 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 3170539b0e0de..5de43742bfcd6 100644 --- a/docs/platforms/php/guides/symfony/index.mdx +++ b/docs/platforms/php/guides/symfony/index.mdx @@ -46,15 +46,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