We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11891de commit 1ceb8d3Copy full SHA for 1ceb8d3
docs/platforms/php/guides/symfony/integrations/monolog.mdx
@@ -30,4 +30,6 @@ monolog:
30
type: sentry
31
level: !php/const Monolog\Logger::ERROR # Configures the level of messages to capture as events
32
hub_id: Sentry\State\HubInterface
33
+ fill_extra_context: true # Enables sending monolog context to Sentry
34
+ process_psr_3_messages: false # Disables the resolution of PSR-3 placeholders in reported messages
35
```
0 commit comments