File tree 1 file changed +19
-0
lines changed 1 file changed +19
-0
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
+ ## 7.27.0
8
+
9
+ This release exports the Session Replay integration via ` @sentry/browser ` and all framework SDKs building on top of it.
10
+ Going forward, the ` @sentry/replay ` package doesn't have to be installed explicitly to use Replay.
11
+ Furthermore, this release increases the maximim replay session duration from 30 minutes to 1 hour.
12
+
13
+ - feat(browser): Export ` Replay ` integration from Browser SDK (#6508 )
14
+ - feat(replay): Change ` MAX_SESSION_LIFE ` to 1 hour (#6561 )
15
+ - feat(replay): Do not capture errors originating from rrweb (#6521 )
16
+ - feat(replay): Flush immediately on DOM checkouts (#6463 )
17
+ - fix(core): Make ` beforeSend ` handling defensive for different event types (#6507 )
18
+ - fix(replay): Ensure lodash.debounce does not trigger next.js warning (#6551 )
19
+ - fix(replay): Make ` maskAllText ` selector more specific (#6544 )
20
+ - fix(replay): Send ` dsn ` in envelope header if tunneling is active (#6568 )
21
+ - fix(utils): Don't attach context lines to stack frames without line number (#6549 )
22
+ - ref(replay): Send SDK's name in replay event (#6514 )
23
+
24
+ Work in this release contributed by @theofidry . Thank you for your contribution!
25
+
7
26
## 7.26.0
8
27
9
28
- feat(browser): Export event builder methods for use in other SDKs (#6515 )
You can’t perform that action at this time.
0 commit comments