Skip to content

Commit 6aa95c7

Browse files
committed
meta(changelog): Update changelog for 7.60.0
1 parent f669f66 commit 6aa95c7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
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)

0 commit comments

Comments
 (0)