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 3
3
## 4.6.0
4
4
5
5
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
6
9
7
10
- Report exceptions to Sentry as unhandled by default [ (#674 )] ( https://github.com/getsentry/sentry-symfony/pull/674 )
8
11
@@ -33,7 +36,7 @@ The Sentry SDK team is happy to announce the immediate availability of Sentry Sy
33
36
hub_id : Sentry\State\HubInterface
34
37
` ` `
35
38
36
- - feat: Add before_send_transaction (# 691)
39
+ - Add ` before_send_transaction` [(#691)](https://github.com/getsentry/sentry-symfony/pull/ 691)
37
40
38
41
Similar to `before_send`, you can now apply additional logic for `transaction` events.
39
42
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
74
77
75
78
You may need to update your starred transactions as well as your dashboards due to this change.
76
79
80
+ # ## Bug Fixes
81
+
82
+ - Sanatize HTTP client spans [(#690)](https://github.com/getsentry/sentry-symfony/pull/690)
83
+
77
84
# # 4.5.0 (2022-11-28)
78
85
79
86
- Symfony version 3.4 is no longer supported
You can’t perform that action at this time.
0 commit comments