File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ We've also revamped some public APIs in order to be better aligned with expectat
66
66
- ** feat(core): Add multiplexed transport (#7926 )**
67
67
68
68
We added a new transport to support multiplexing.
69
- With this, you can configure Sentry to send events to different DSNs, depending of a logic of your choosing:
69
+ With this, you can configure Sentry to send events to different DSNs, depending on a logic of your choosing:
70
70
71
71
``` js
72
72
import { makeMultiplexedTransport } from ' @sentry/core' ;
@@ -102,6 +102,8 @@ init({
102
102
- fix(replay): Ensure we still truncate large bodies if they are failed JSON (#7923)
103
103
- fix(utils): default normalize() to a max. of 100 levels deep instead of Inifnity (#7957)
104
104
105
+ Work in this release contributed by @Jack-Works. Thank you for your contribution!
106
+
105
107
## 7.49.0
106
108
107
109
### Important Changes
You can’t perform that action at this time.
0 commit comments