File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 5.4.0
4+
5+ The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.4.0.
6+
7+ ### Features
8+
9+ - Introduce Sentry Structured Logging support. [ (#940 )] ( https://github.com/getsentry/sentry-symfony/pull/940 )
10+
11+ ``` yaml
12+ sentry :
13+ options :
14+ enable_logs : true
15+
16+ services :
17+ Sentry\SentryBundle\Monolog\LogsHandler :
18+ arguments :
19+ - !php/const Monolog\Logger::INFO
20+
21+ monolog :
22+ handlers :
23+ sentry_logs :
24+ type : service
25+ id : Sentry\SentryBundle\Monolog\LogsHandler
26+ ` ` `
27+
28+ ### Bug Fixes
29+
30+ - Add buffer flusher for sentry monolog handler. [(#936)](https://github.com/getsentry/sentry-symfony/pull/936)
31+
332## 5.3.1
433
534The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.3.0.
Original file line number Diff line number Diff line change 1515 "php" : " ^7.2||^8.0" ,
1616 "guzzlehttp/psr7" : " ^2.1.1" ,
1717 "jean85/pretty-package-versions" : " ^1.5||^2.0" ,
18- "sentry/sentry" : " ^4.15.0 " ,
18+ "sentry/sentry" : " ^4.15.2 " ,
1919 "symfony/cache-contracts" : " ^1.1||^2.4||^3.0" ,
2020 "symfony/config" : " ^4.4.20||^5.0.11||^6.0||^7.0" ,
2121 "symfony/console" : " ^4.4.20||^5.0.11||^6.0||^7.0" ,
You can’t perform that action at this time.
0 commit comments