File tree 1 file changed +31
-0
lines changed
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments