We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3c36e commit 04add7aCopy full SHA for 04add7a
1 file changed
CHANGELOG.md
@@ -3,11 +3,12 @@
3
## Unreleased
4
5
- [loader] fix: Detect if `init` has been called in an onload callback
6
+- [core] fix: Use correct frame for `inboundFilter` methods
7
- [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`
9
- [node] feat: If `options.dsn` is undefined when calling `init` we try to load it from `process.env.SENTRY_DSN`
10
- [node] feat: Expose `flush` and `close` on `Sentry.*`
11
- [node] feat: Add `sentry` to express error handler response which contains the `event_id` of the error
-- [core] feat: Introduce `flush` method which currently is an alias for `close`
12
13
## 4.5.4
14
0 commit comments