Skip to content

Commit be6771f

Browse files
Litarnuscleptric
andauthored
Prepare 5.4.0 (#943)
Co-authored-by: Michi Hoffmann <[email protected]>
1 parent c03cbe5 commit be6771f

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
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
534
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.3.0.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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",

0 commit comments

Comments
 (0)