Skip to content

Commit 04add7a

Browse files
committed
Changelog update
1 parent ad3c36e commit 04add7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
## Unreleased
44

55
- [loader] fix: Detect if `init` has been called in an onload callback
6+
- [core] fix: Use correct frame for `inboundFilter` methods
67
- [core] ref: Multiple `init` calls have been changed to "latest wins" instead of "ignore all after first"
8+
- [core] feat: Introduce `flush` method which currently is an alias for `close`
79
- [node] feat: If `options.dsn` is undefined when calling `init` we try to load it from `process.env.SENTRY_DSN`
810
- [node] feat: Expose `flush` and `close` on `Sentry.*`
911
- [node] feat: Add `sentry` to express error handler response which contains the `event_id` of the error
10-
- [core] feat: Introduce `flush` method which currently is an alias for `close`
1112

1213
## 4.5.4
1314

0 commit comments

Comments
 (0)