File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.10.0
4
+
5
+ The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.10.0.
6
+
7
+ ### Features
8
+
9
+ - Tracing without Performance [ (#742 )] ( https://github.com/getsentry/sentry-symfony/pull/742 )
10
+
11
+ The SDK will now continue a trace from incoming HTTP requests, even if performance is not enabled.
12
+ To continue a trace outward, you may attach the Sentry tracing headers to any HTTP client request.
13
+ You can fetch the required header values by calling \Sentry\getBaggage() and \Sentry\getTraceparent().
14
+
15
+ - Add ` ignore_exceptions ` and ` ignore_transactions ` options [ (#724 )] ( https://github.com/getsentry/sentry-symfony/pull/724 )
16
+
17
+ ### Misc
18
+
19
+ - Improve setting logged-in users on the scope [ (#720 )] ( https://github.com/getsentry/sentry-symfony/pull/720 )
20
+ - Move DB span tags to span data [ (#743 )] ( https://github.com/getsentry/sentry-symfony/pull/743 )
21
+ - Set the span status when tracing an HTTP client request [ (#748 )] ( https://github.com/getsentry/sentry-symfony/pull/748 )
22
+
3
23
## 4.9.2
4
24
5
25
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.9.2.
You can’t perform that action at this time.
0 commit comments