Skip to content

Commit 290b895

Browse files
committed
meta(changelog): Update changelog for 7.42.0
1 parent 1d6d216 commit 290b895

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,30 @@
44

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

7-
- fix(replay): Ensure `<input type='submit' value='Btn text'>` is masked ([#69](https://github.com/getsentry/rrweb/pull/69))
7+
## 7.42.0
8+
9+
- feat(core): Add lifecycle hooks (#7370)
10+
- feat(core): Emit hooks for transaction start/finish (#7387)
11+
- feat(nextjs): Connect traces for server components (#7320)
12+
- feat(replay): Attach an error `cause` to send exceptions (#7350)
13+
- feat(replay): Consider user input in form field as "user activity" (#7355)
14+
- feat(replay): Update rrweb to 1.105.0 & add breadcrumb when encountering large mutation (#7314)
15+
- feat(tracing): Expose cancelIdleTimeout and add option to make it permanent (#7236)
16+
- feat(tracing): Track PerformanceObserver interactions as spans (#7331)
17+
- fix(core): Ensure `originalException` has type `unknown` (#7361)
18+
- fix(core): Avoid using `Object.values()` (#7360)
19+
- fix(react): Make redux integration be configurable via `normalizeDepth` (#7379)
20+
- fix(tracing): Record LCP and CLS on transaction finish (#7386)
21+
- ref(browser): Improve type safety of breadcrumbs integration (#7382)
22+
- ref(node): Parallelize disk io when reading source files for context lines (#7374)
23+
- ref(node): Partially remove dynamic `require` calls (#7377)
24+
25+
**Replay `rrweb` changes:**
26+
27+
`@sentry-internal/rrweb` was updated from 1.104.1 to 1.105.0 (#7314):
28+
29+
- feat: Add `onMutation` option to record ([#70](https://github.com/getsentry/rrweb/pull/69))
30+
- fix: Ensure `<input type='submit' value='Btn text'>` is masked ([#69](https://github.com/getsentry/rrweb/pull/69))
831

932
## 7.41.0
1033

0 commit comments

Comments
 (0)