Skip to content

Commit

Permalink
Prepare 4.10.0 (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Aug 1, 2023
1 parent d1e5128 commit 591f6f8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 4.10.0

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

### Features

- Tracing without Performance [(#742)](https://github.com/getsentry/sentry-symfony/pull/742)

The SDK will now continue a trace from incoming HTTP requests, even if performance is not enabled.
To continue a trace outward, you may attach the Sentry tracing headers to any HTTP client request.
You can fetch the required header values by calling \Sentry\getBaggage() and \Sentry\getTraceparent().

- Add `ignore_exceptions` and `ignore_transactions` options [(#724)](https://github.com/getsentry/sentry-symfony/pull/724)

### Misc

- Improve setting logged-in users on the scope [(#720)](https://github.com/getsentry/sentry-symfony/pull/720)
- Move DB span tags to span data [(#743)](https://github.com/getsentry/sentry-symfony/pull/743)
- Set the span status when tracing an HTTP client request [(#748)](https://github.com/getsentry/sentry-symfony/pull/748)

## 4.9.2

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

0 comments on commit 591f6f8

Please sign in to comment.