Skip to content

Commit 0f9e3e3

Browse files
committed
misc: 5.7.0-beta.0 changelog
1 parent c1b559d commit 0f9e3e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,24 @@
22

33
## Unreleased
44

5+
- Coming soon...
6+
7+
## 5.7.0-beta.0
8+
9+
- [core] ref: Use `Promise` as the interface, but `SyncPromise` as the implementation in all the places we need `thenable` API
510
- [browser] fix: Capture only failed `console.assert` calls
611
- [browser] ref: Major `TraceKit` and `GlobalHandlers` refactor
12+
- [browser] ref: Remove _all_ required IE10-11 polyfills
713
- [browser] ref: Remove `Object.assign` method usage
814
- [browser] ref: Remove `Number.isNaN` method usage
915
- [browser] ref: Remove `includes` method usage
1016
- [browser] ci: Use Galaxy S9 Plus for Android 9
17+
- [browser] ci: Increase timeouts and retries between Travis and BrowserStack
1118
- [node] feat: Extract prototyped data in `extractUserData` (#2247)
1219
- [node] ref: Use domain Hub detection only in Node environment
1320
- [integrations] feat: Use `contexts` to handle ExtraErrorData (#2208)
1421
- [types] fix: Breadcrumb `data` needs to be an object
22+
- [utils] ref: Make `Event` instances somewhat serializeable
1523

1624
## 5.6.3
1725

0 commit comments

Comments
 (0)