|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +## 4.5.0 |
| 6 | + |
5 | 7 | - [core] feat: Deprecate `captureEvent`, prefer `sendEvent` for transports. `sendEvent` now takes a string (body)
|
6 | 8 | instead of `Event` object.
|
7 | 9 | - [core] feat: Use correct buffer for requests in transports
|
8 |
| -- [core]: ref: Change way how transports are initialized |
9 |
| -- [core]: ref: Rename `RequestBuffer` to `PromiseBuffer`, also introduce limit |
10 |
| -- [core]: ref: Make sure that captureMessage input is a primitive |
11 |
| -- [core]: fix: Check if value is error object in extraErrorData integration |
| 10 | +- [core] feat: (beta) provide esm build |
| 11 | +- [core] ref: Change way how transports are initialized |
| 12 | +- [core] ref: Rename `RequestBuffer` to `PromiseBuffer`, also introduce limit |
| 13 | +- [core] ref: Make sure that captureMessage input is a primitive |
| 14 | +- [core] fix: Check if value is error object in extraErrorData integration |
12 | 15 | - [browser] fix: Prevent empty exception values
|
13 |
| -- [browser]: fix: Permission denied to access property name |
| 16 | +- [browser] fix: Permission denied to access property name |
14 | 17 | - [node] feat: Add file cache for providing pre/post context in frames
|
15 | 18 | - [node] feat: New option `frameContextLines`, if set to `0` we do not provide source code pre/post context, default is
|
16 | 19 | `7` lines pre/post
|
|
82 | 85 |
|
83 | 86 | ## 4.2.1
|
84 | 87 |
|
85 |
| -- [core]: Invert logger logic the explicitly enable it. |
86 |
| -- [hub]: Require `domain` in `getCurrentHub` in try/catch - Fixed #1670 |
87 |
| -- [hub]: Removed exposed getter on the Scope. |
| 88 | +- [core] Invert logger logic the explicitly enable it. |
| 89 | +- [hub] Require `domain` in `getCurrentHub` in try/catch - Fixed #1670 |
| 90 | +- [hub] Removed exposed getter on the Scope. |
88 | 91 |
|
89 | 92 | ## 4.2.0
|
90 | 93 |
|
|
0 commit comments