Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
3.24.2
3.24.1
3.24.0
3.23.3
3.23.2
NOTE:
This release may introduce some new events for the same errors, as we'll provide more information on them now.
Your Sentry Issues stream may show new errors, without any changes done to your application's code.
3.23.1
- BUGFIX: Check if
addEventListener
andremoveEventListener
are present before calling them
3.23.0
NOTE:
This release may introduce some new, previously uncaught errors that were silently occurring in the background.
Your Sentry Issues stream may show new errors, without any changes done to your application's code.
- NEW: Introduce global unhandled rejections handler and
captureUnhandledRejections
config option (#1242).
3.22.4
- NEW: Chrome and Firefox Extensions stack trace parsing (#1235)
- BUGFIX: Handle custom error names in TraceKit (#1237)
- BUGFIX: Let Edge to send fetch requests using default config (#1236)
- BUGFIX: Correctly increment trimHeadFrames in captureMessage (#1224)
- BUILD: Fix browserify plugin transform append (#1229)
3.22.3
- BUGFIX: Reverted Rollup-based build system and fixed broken plugin builds