Skip to content

Commit d4c5d8a

Browse files
authored
Update Symfony/Monolog PSR3 information (#11063)
1 parent db3aad2 commit d4c5d8a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/platforms/php/guides/symfony/index.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,7 @@ monolog:
4949
level: !php/const Monolog\Logger::ERROR
5050
hub_id: Sentry\State\HubInterface
5151
fill_extra_context: true # Enables sending monolog context to Sentry
52-
```
53-
54-
Additionally, you can register the `PsrLogMessageProcessor` to resolve PSR-3 placeholders in reported messages:
55-
56-
{/* <!-- prettier-ignore --> */}
57-
```yaml {filename:config/packages/sentry.yaml}
58-
services:
59-
Monolog\Processor\PsrLogMessageProcessor:
60-
tags: { name: monolog.processor, handler: sentry }
52+
process_psr_3_messages: false # Disables the resolution of PSR-3 placeholders in reported messages
6153
```
6254
6355
## Verify

0 commit comments

Comments
 (0)