Skip to content

Commit b9a004f

Browse files
authored
meta: Update CHANGELOG for 7.35.0 (#7015)
1 parent 1c7c245 commit b9a004f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,29 @@
44

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

7+
## 7.35.0
8+
79
Session Replay is deprecating privacy options in favor of a more streamlined API. Please see the [Replay migration guide](https://github.com/getsentry/sentry-javascript/blob/master/packages/replay/MIGRATION.md) for further information.
810
Additionally, the following configuration options will no longer be configurable: `slimDOMOptions`, `recordCanvas`, `inlineStylesheet`, `collectFonts`, `inlineImages`.
911

12+
- feat(browser): Track if cdn or npm bundle (#6976)
13+
- feat(core): Add aria label to breadcrumb attributes (#6955)
14+
- feat(core): Add Offline Transport wrapper (#6884)
15+
- feat(loader): Add SENTRY_SDK_SOURCE to track loader stats (#6985)
16+
- feat(loader): Sync loader with Sentry template (#7001)
17+
- feat(replay): Deprecate privacy options in favor of a new API, remove some recording options (#6645)
18+
- feat(replay): Move sample rate tags into event context (#6659)
19+
- fix(nextjs): Add isomorphic versions of `ErrorBoundary`, `withErrorBoundary` and `showReportDialog` (#6987)
20+
- fix(nextjs): Don't modify require calls in wrapping loader (#6979)
21+
- fix(nextjs): Don't share I/O resources in between requests (#6980)
22+
- fix(nextjs): Inject client config into `_app` instead of `main` (#7009)
23+
- fix(nextjs): Use Proxies to wrap to preserve static methods (#7002)
24+
- fix(replay): Catch style mutation handling & null events in rrweb (#7010)
25+
- fix(replay): Handle compression failures more robustly (#6988)
26+
- fix(replay): Only call `scope.getLastBreadcrumb` if available (#6969)
27+
- fix(utils): Account for null prototype during normalization (#6925)
28+
- ref(replay): Log warning if sample rates are all undefined (#6959)
29+
1030
## 7.34.0
1131

1232
This release adds automatic injection of the Next.js SDK into serverside `app` directory bundles, allowing users to call the Sentry SDK in server components.

0 commit comments

Comments
 (0)