Skip to content

Commit b83be22

Browse files
committed
meta: Update CHANGELOG for 7.24.0
1 parent 2f365ab commit b83be22

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@
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.2.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+
- build(replay): Generate Replay CDN bundles (#6391)
16+
- feat(browser): Support dom.maxStringLength configuration (#6175) (#6311)
17+
- feat(nextjs): Don't init SDK on Vercel Edge Runtime (#6408)
18+
- feat(nextjs): Parameterize prefix loader values (#6377)
19+
- feat(nextjs): Support `assetPrefix` option (#6388)
20+
- feat(replay): Allow to define sample rates on SDK level (#6387)
21+
- feat(replay): Deprecate old replay sample rate configs (#6414)
22+
- fix(nextjs): Inject SDK in dev mode (#6368)
23+
- fix(nextjs): Use `basePath` for `assetPrefix` if needed (#6424)
24+
- fix(node): Move `profilesSampleRate` into `BaseNodeOptions` (#6409)
25+
- fix(replay): Ensure dropped errors are removed from replay reference (#6299)
26+
- fix(replay): Fix rrweb issue & vendor it (#6335)
27+
- ref(nextjs): Clean up client-side integrations code (#6382)
28+
- ref(nextjs): Use loader for rather than webpack plugin for injecting release (#6404)
29+
- ref(remix): Do not fail silently if `getClientIpAddress` throws error. (#6400)
30+
- ref(replay): Remove deprecated replay options (#6370)
31+
- ref(replay): Rename `replaysSampleRate` to `replaysSessionSampleRate` (#6422)
32+
33+
Work in this release contributed by @tomgrossman and @ZachGawlik. Thank you for your contributions!
34+
735
## 7.23.0
836

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

0 commit comments

Comments
 (0)