Skip to content

Commit c8f3778

Browse files
authored
meta: Update CHANGELOG for 7.24.0 (#6436)
1 parent 44a5cd6 commit c8f3778

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44

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

7+
## 7.24.0
8+
9+
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+
Along with this version bump, we're introducing a few breaking changes.
11+
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+
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.
14+
15+
- feat(browser): Support dom.maxStringLength configuration (#6311)
16+
- feat(nextjs): Don't init SDK on Vercel Edge Runtime (#6408)
17+
- feat(nextjs): Parameterize prefix loader values (#6377)
18+
- feat(nextjs): Support `assetPrefix` option (#6388)
19+
- fix(nextjs): Inject SDK in dev mode (#6368)
20+
- fix(nextjs): Use `basePath` for `assetPrefix` if needed (#6424)
21+
- fix(node): Move `profilesSampleRate` into `BaseNodeOptions` (#6409)
22+
- ref(nextjs): Clean up client-side integrations code (#6382)
23+
- ref(nextjs): Use loader for rather than webpack plugin for injecting release (#6404)
24+
- ref(remix): Do not fail silently if `getClientIpAddress` throws error. (#6400)
25+
26+
Work in this release contributed by @tomgrossman and @ZachGawlik. Thank you for your contributions!
27+
728
## 7.23.0
829

930
- feat(browser): Add `__SENTRY_RELEASE__` magic string (#6322)

0 commit comments

Comments
 (0)