Skip to content

Commit 5ad2ad2

Browse files
committed
Update CHANGELOG.md
1 parent f788b2a commit 5ad2ad2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## 4.6.0
44

55
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.6.0.
6+
This release contains a colorful bouquet of new features.
7+
8+
### Features
69

710
- Report exceptions to Sentry as unhandled by default [(#674)](https://github.com/getsentry/sentry-symfony/pull/674)
811

@@ -33,7 +36,7 @@ The Sentry SDK team is happy to announce the immediate availability of Sentry Sy
3336
hub_id: Sentry\State\HubInterface
3437
```
3538
36-
- feat: Add before_send_transaction (#691)
39+
- Add `before_send_transaction` [(#691)](https://github.com/getsentry/sentry-symfony/pull/691)
3740

3841
Similar to `before_send`, you can now apply additional logic for `transaction` events.
3942
You can mutate the `transaction` event before it is sent to Sentry. If your callback returns `null`,
@@ -74,6 +77,10 @@ The Sentry SDK team is happy to announce the immediate availability of Sentry Sy
7477

7578
You may need to update your starred transactions as well as your dashboards due to this change.
7679

80+
### Bug Fixes
81+
82+
- Sanatize HTTP client spans [(#690)](https://github.com/getsentry/sentry-symfony/pull/690)
83+
7784
## 4.5.0 (2022-11-28)
7885

7986
- Symfony version 3.4 is no longer supported

0 commit comments

Comments
 (0)