File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 33## 4.6.0
44
55The 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
You can’t perform that action at this time.
0 commit comments