Skip to content

Commit

Permalink
meta(changelog): Update changelog for 7.57.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jun 20, 2023
1 parent 82c0502 commit 6095fb4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## 7.57.0-beta.0

This beta version [bumps the internally used typescript version from 3.8.x to 4.9.x](https://github.com/getsentry/sentry-javascript/pull/8255).
We use ds-downlevel to generate two versions of our types, one for >=3.8, one for >=4.9.
This means that this change should be fully backwards compatible and not have any noticable user impact.

However, since this touches the whole code base, we decided to release this as a beta first in order to ensure this is fully stable.

### Other Changes

- feat(replay): Do not capture replays < 5 seconds (GA) (#8277)

## 7.56.0

- feat(replay): Rework slow click & multi click detection (#8322)
Expand Down

0 comments on commit 6095fb4

Please sign in to comment.