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 b8090f4 commit d599faeCopy full SHA for d599fae
README.md
@@ -129,6 +129,14 @@ monolog:
129
id: Sentry\Monolog\Handler
130
```
131
132
+Additionally, you can register the `PsrLogMessageProcessor` to resolve PSR-3 placeholders in reported messages:
133
+
134
+```yaml
135
+services:
136
+ Monolog\Processor\PsrLogMessageProcessor:
137
+ tags: { name: monolog.processor, handler: sentry }
138
+```
139
140
## Maintained versions
141
* 3.x is actively maintained and developed on the master branch, and uses Sentry SDK 2.0;
142
* 2.x is supported only for fixes; from this version onwards it requires Symfony 3+ and PHP 7.1+;
0 commit comments