Skip to content

Commit 1ceb8d3

Browse files
committed
Fix missing options
1 parent 11891de commit 1ceb8d3

File tree

1 file changed

+2
-0
lines changed
  • docs/platforms/php/guides/symfony/integrations

1 file changed

+2
-0
lines changed

docs/platforms/php/guides/symfony/integrations/monolog.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ monolog:
3030
type: sentry
3131
level: !php/const Monolog\Logger::ERROR # Configures the level of messages to capture as events
3232
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
3335
```

0 commit comments

Comments
 (0)