You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,25 @@
4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
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
+
7
19
## 7.24.0
8
20
9
21
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.
10
22
Along with this version bump, we're introducing a few breaking changes.
11
23
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.
13
24
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.
14
26
15
27
- feat(browser): Support dom.maxStringLength configuration (#6311)
16
28
- feat(nextjs): Don't init SDK on Vercel Edge Runtime (#6408)
0 commit comments