|
4 | 4 |
|
5 | 5 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
|
6 | 6 |
|
| 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 | + |
7 | 35 | ## 7.23.0
|
8 | 36 |
|
9 | 37 | - feat(browser): Add `__SENTRY_RELEASE__` magic string (#6322)
|
|
0 commit comments