File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,20 @@ since we removed some methods from the public API and removed some classes from
15
15
- ** breaking** [ core] ref: Use ` SyncPromise ` internally, this reduces memory pressure by a lot.
16
16
- ** breaking** [ browser] ref: Removed ` BrowserBackend ` from default export.
17
17
- ** breaking** [ node] ref: Removed ` BrowserBackend ` from default export.
18
+ - ref: Move internal ` ExtendedError ` to a types package
19
+ - ** breaking** [ core] ref: Pass ` Event ` to ` sendEvent ` instead of already stringified data
20
+ - [ utils] feat: Introduce ` isSyntheticEvent ` util
21
+ - ** breaking** [ utils] ref: remove ` isArray ` util in favor of ` Array.isArray `
22
+ - ** breaking** [ utils] ref: Remove ` isNaN ` util in favor of ` Number.isNaN `
23
+ - ** breaking** [ utils] ref: Remove ` isFunction ` util in favor of ` typeof === 'function' `
24
+ - ** breaking** [ utils] ref: Remove ` isUndefined ` util in favor of ` === void 0 `
25
+ - ** breaking** [ utils] ref: Remove ` assign ` util in favor of ` Object.assign `
26
+ - ** breaking** [ utils] ref: Remove ` includes ` util in favor of native ` includes `
27
+ - ** breaking** [ utils] ref: Rename ` serializeKeysToEventMessage ` to ` keysToEventMessage `
28
+ - ** breaking** [ utils] ref: Rename ` limitObjectDepthToSize ` to ` normalizeToSize ` and rewrite its internals
29
+ - ** breaking** [ utils] ref: Rename ` safeNormalize ` to ` normalize ` and rewrite its internals
30
+ - ** breaking** [ utils] ref: Remove ` serialize ` , ` deserialize ` , ` clone ` and ` serializeObject ` functions
31
+ - ** breaking** [ utils] ref: Rewrite normalization functions by removing most of them and leaving just ` normalize ` and ` normalizeToSize `
18
32
19
33
## 4.6.1
20
34
You can’t perform that action at this time.
0 commit comments