Skip to content

Commit 591f6f8

Browse files
authored
Prepare 4.10.0 (#751)
1 parent d1e5128 commit 591f6f8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

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+
323
## 4.9.2
424

525
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.9.2.

0 commit comments

Comments
 (0)