Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
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
3.22.2
3.22.1
3.22.0
- NEW: Add
fetchParameters
to configurefetch
(#1177) - NEW: Delete empty properties before sending event to the server (#1179)
- CHANGE: Improve support for Windows 10 webview URLs in the stack trace (#1137)
- CHANGE: Various Typescript typings update (#1134 #1183 #1187)
- BUGFIX: Access
window.location
first before tryingdocument.location
(#1180) - BUGFIX: Check
parseUrl
for correct input type (#1190)
3.21.0
- NEW: Use Fetch instead of XHR when available #1157
- NEW: Ability to specify Custom headers #1166
- NEW: Handle ErrorEvent objects in TraceKit #1162
- BUGFIX: Check for both stacktraces before calling 'isSameException' #1150
- DOCS: Electron integration documentation #1142
- DOCS: Include Sentry Webpack Plugin in the Source Maps documentation #1155