Skip to content

Commit f2c95f9

Browse files
mydeaLms24AbhiPrasad
authored
Apply suggestions from code review
Co-authored-by: Lukas Stracke <[email protected]> Co-authored-by: Abhijeet Prasad <[email protected]>
1 parent 33d044d commit f2c95f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ We've also revamped some public APIs in order to be better aligned with expectat
6666
- **feat(core): Add multiplexed transport (#7926)**
6767

6868
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:
7070

7171
```js
7272
import { makeMultiplexedTransport } from '@sentry/core';
@@ -102,6 +102,8 @@ init({
102102
- fix(replay): Ensure we still truncate large bodies if they are failed JSON (#7923)
103103
- fix(utils): default normalize() to a max. of 100 levels deep instead of Inifnity (#7957)
104104
105+
Work in this release contributed by @Jack-Works. Thank you for your contribution!
106+
105107
## 7.49.0
106108
107109
### Important Changes

0 commit comments

Comments
 (0)