File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 44
55- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66
7+ ## 7.60.0
8+
9+ ### Important Changes
10+
11+ - ** feat(replay): Ensure min/max duration when flushing (#8596 )**
12+
13+ We will not send replays that are <5s long anymore. Additionally, we also added further safeguards to avoid overly long (>1h) replays.
14+ You can optionally configure the min. replay duration (defaults to 5s):
15+
16+ ``` js
17+ new Replay ({
18+ minReplayDuration: 10000 // in ms - note that this is capped at 15s max!
19+ })
20+ ```
21+
22+ ### Other Changes
23+
24+ - fix(profiling): Align to SDK selected time origin (#8599 )
25+ - fix(replay): Ensure multi click has correct timestamps (#8591 )
26+ - fix(utils): Truncate aggregate exception values (LinkedErrors) (#8593 )
27+
728## 7.59.3
829
930- fix(browser): 0 is a valid index (#8581 )
You can’t perform that action at this time.
0 commit comments