Skip to content

Commit

Permalink
meta(changelog): Update changelog for 7.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jul 21, 2023
1 parent f669f66 commit 6aa95c7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@

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

## 7.60.0

### Important Changes

- **feat(replay): Ensure min/max duration when flushing (#8596)**

We will not send replays that are <5s long anymore. Additionally, we also added further safeguards to avoid overly long (>1h) replays.
You can optionally configure the min. replay duration (defaults to 5s):

```js
new Replay({
minReplayDuration: 10000 // in ms - note that this is capped at 15s max!
})
```

### Other Changes

- fix(profiling): Align to SDK selected time origin (#8599)
- fix(replay): Ensure multi click has correct timestamps (#8591)
- fix(utils): Truncate aggregate exception values (LinkedErrors) (#8593)

## 7.59.3

- fix(browser): 0 is a valid index (#8581)
Expand Down

0 comments on commit 6aa95c7

Please sign in to comment.