You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31
Original file line number
Diff line number
Diff 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
+
1
32
## 5.1.0
2
33
3
34
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.1.0.
0 commit comments