Skip to content

Commit e5b42bb

Browse files
Prepare 5.2.0 (#913)
Co-authored-by: Mathieu Santostefano <[email protected]>
1 parent 5ad3a65 commit e5b42bb

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# CHANGELOG
2+
3+
## 5.2.0
4+
5+
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.2.0.
6+
7+
### Features
8+
9+
- Allow to configure the logger via the `sentry.yaml` configuration file [(#899)](https://github.com/getsentry/sentry-symfony/pull/899)
10+
11+
```yaml
12+
sentry:
13+
dsn: "%env(SENTRY_DSN)%"
14+
options:
15+
logger: "sentry.logger"
16+
17+
services:
18+
sentry.logger:
19+
class: 'Sentry\Logger\DebugFileLogger'
20+
arguments:
21+
$filePath: '../../var/log/sentry.log'
22+
```
23+
24+
### Bug Fixes
25+
26+
- Fixed updating the user context when a route is marked as stateless [(#910)](https://github.com/getsentry/sentry-symfony/pull/910)
27+
28+
### Misc
29+
30+
- Remove `symfony/security-core` and `symfony/security-http` as dependencies [(#912)](https://github.com/getsentry/sentry-symfony/pull/912)
31+
132
## 5.1.0
233

334
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.1.0.

0 commit comments

Comments
 (0)