Skip to content

Commit 1e25a26

Browse files
committed
prepare 5.4
1 parent 617d03e commit 1e25a26

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
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
533
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)