Skip to content

Commit 619ff2c

Browse files
committed
Utils rewamp changelog
1 parent 551e4e0 commit 619ff2c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ since we removed some methods from the public API and removed some classes from
1515
- **breaking** [core] ref: Use `SyncPromise` internally, this reduces memory pressure by a lot.
1616
- **breaking** [browser] ref: Removed `BrowserBackend` from default export.
1717
- **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`
1832

1933
## 4.6.1
2034

0 commit comments

Comments
 (0)