Skip to content

Commit 211b7c5

Browse files
authored
meta: Update CHANGELOG for 7.24.1 (#6453)
1 parent 0942281 commit 211b7c5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,25 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7+
## 7.24.1
8+
9+
This patch corrects an oversight on our end which caused the Sentry Replay integration CDN bundles to be ignored when uploading bundles to our CDN.
10+
If you want to use the Replay CDN bundles, please use version 7.24.1 or newer.
11+
12+
- fix(react): Add type for React Router's `encodeLocation` method (#6439)
13+
- fix(replay): Add CDN bundle path to release artifacts (#6452)
14+
- fix(tracing): Instrument cursors returned from MongoDB operations. (#6437)
15+
- ref(angular): Extract zonejs error unwrapper into a dedicated function (#6443)
16+
17+
Work in this release contributed by @theofidry. Thank you for your contribution!
18+
719
## 7.24.0
820

921
This release bumps the [`@sentry/replay`](https://github.com/getsentry/sentry-javascript/blob/master/packages/replay/README.md) package from version 0.x to 7.24.0.
1022
Along with this version bump, we're introducing a few breaking changes.
1123
Take a look at the [Replay migration guide](https://github.com/getsentry/sentry-javascript/blob/master/packages/replay/MIGRATION.md) for further information.
12-
Furthermore, we're now also publishing CDN bundles for the Replay integration.
1324
The Replay version bump is the result of moving the package into the Sentry JavaScript SDK monorepo which aligns the version with our other JS SDK packages.
25+
**Important:** If you're using Replay with version 7.24.x or newer, make sure to also upgrade your other `@sentry/*` packages to this version.
1426

1527
- feat(browser): Support dom.maxStringLength configuration (#6311)
1628
- feat(nextjs): Don't init SDK on Vercel Edge Runtime (#6408)

0 commit comments

Comments
 (0)