Skip to content

Commit 7f408b8

Browse files
committed
update changelog for 7.39.0
1 parent cca2514 commit 7f408b8

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,56 @@
44

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

7+
## 7.39.0
8+
79
This release adds a new `enableTracing` option, which can be used instead of `tracesSampleRate` for an easier setup.
810
Related to this, the `hasTracingEnabled` utility function was moved from `@sentry/tracing` to `@sentry/core`.
911
The old export from `@sentry/tracing` has been deprecated and will be removed in v8.
1012

13+
- feat(angular): Add Ivy-compatible Angular SDK package (#7264)
14+
- feat(core): Add source map images to `debug_meta` (#7168)
15+
- feat(loader): Make lazy-loading configurable (#7232)
16+
- feat(nextjs): Add performance monitoring to server components (#7242)
17+
- feat(nextjs): Default to `VERCEL_ENV` as environment (#7227)
18+
- feat(replay): Add more default block filters (#7233)
19+
- feat(tracing): Add `enableTracing` option (#7238)
20+
- fix(core): Exclude client reports from offline queuing (#7226)
21+
- fix(nextjs): Export serverside data-fetcher wrappers from client (#7256)
22+
- fix(replay): Fix timestamps on LCP (#7225)
23+
24+
**Replay `rrweb` changes:**
25+
26+
`@sentry-internal/rrweb` was updated from 1.103.0 to 1.104.1 (#7238):
27+
28+
- feat: Export `typings/types` ([#60](https://github.com/getsentry/rrweb/pull/60))
29+
- feat: Remove `autoplay` attribute from audio/video tags ([#59](https://github.com/getsentry/rrweb/pull/59))
30+
- fix: Exclude `modulepreload` as well ([#52](https://github.com/getsentry/rrweb/pull/52))
31+
- fix: Handle removed attributes ([#65](https://github.com/getsentry/rrweb/pull/65))
32+
- fix: Masking inputs on change when `maskAllInputs:false` ([#61](https://github.com/getsentry/rrweb/pull/61))
33+
- fix: More robust `rootShadowHost` check ([#50](https://github.com/getsentry/rrweb/pull/50))
34+
- fix: Textarea value is being duplicated ([#62](https://github.com/getsentry/rrweb/pull/62))
35+
36+
37+
## 7.38.0
38+
39+
- feat: Put `abs_path` into stack frame object (#7167)
40+
- feat(integrations): Deprecate `Offline` integration (#7063)
41+
- feat(otel): Convert exception otel events to sentry errors (#7165)
42+
- feat(replay): Change LCP calculation (#7187)
43+
- feat(tracing): Support Apollo/GraphQL with NestJS (#7194)
44+
- feat(tracing): Track `PerformanceResourceTiming.renderBlockingStatus` (#7127)
45+
- feat(tracing|core): Remove transaction name change recording (#7197)
46+
- fix(browser): Ensure dedupe integration ignores non-errors (#7172)
47+
- fix(core): Skip empty integrations (#7204)
48+
- fix(nextjs): Fix faulty import in Next.js .d.ts (#7175)
49+
- fix(otel): Make otel.kind be a string (#7182)
50+
- fix(react): Make fallback render types more accurate (#7198)
51+
- fix(replay): Debounced flushes not respecting `maxWait` (#7207, #7208)
52+
- ref(replay): Improve logging for stopped replay (#7174)
53+
54+
Work in this release contributed by @lucas-zimermann. Thank you for your contribution!
55+
56+
1157
## 7.37.2
1258

1359
This release includes changes and fixes around text masking and blocking in Replay's `rrweb` dependency. See versions [1.102.0](https://github.com/getsentry/rrweb/releases/tag/1.102.0) and [1.103.0](https://github.com/getsentry/rrweb/releases/tag/1.103.0).

0 commit comments

Comments
 (0)