File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
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 ) )
8
31
9
32
## 7.41.0
10
33
You can’t perform that action at this time.
0 commit comments