File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 5.4
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 structured logging support. [ (#940 )] ( https://github.com/getsentry/sentry-symfony/pull/940 )
10+ ``` yaml
11+ sentry :
12+ options :
13+ enable_logs : true
14+
15+ services :
16+ Sentry\SentryBundle\Monolog\LogsHandler :
17+ arguments :
18+ - !php/const Monolog\Logger::INFO
19+
20+ monolog :
21+ handlers :
22+ sentry_logs :
23+ type : service
24+ id : Sentry\SentryBundle\Monolog\LogsHandler
25+ ` ` `
26+
27+ ### Bug Fixes
28+
29+ - Add buffer flusher for sentry monolog handler. [(#936)](https://github.com/getsentry/sentry-symfony/pull/936)
30+
331## 5.3.1
432
533The 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