You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@
4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
7
+
## 7.57.0-beta.0
8
+
9
+
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).
10
+
We use ds-downlevel to generate two versions of our types, one for >=3.8, one for >=4.9.
11
+
This means that this change should be fully backwards compatible and not have any noticable user impact.
12
+
13
+
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.
14
+
15
+
### Other Changes
16
+
17
+
- feat(replay): Do not capture replays < 5 seconds (GA) (#8277)
18
+
7
19
## 7.56.0
8
20
9
21
- feat(replay): Rework slow click & multi click detection (#8322)
0 commit comments