Skip to content

Releases: getsentry/sentry-javascript

3.23.0

02 Mar 10:49
Compare
Choose a tag to compare

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

27 Feb 11:10
Compare
Choose a tag to compare
  • 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

27 Feb 11:10
Compare
Choose a tag to compare
  • BUGFIX: Reverted Rollup-based build system and fixed broken plugin builds

3.22.2

27 Feb 11:10
Compare
Choose a tag to compare
  • BUGFIX: Use correct trimHeadFrames value if capturing new trace (#1216)
  • BUGFIX: Restore console methods after calling uninstall (#1221)
  • BUGFIX: Create safeJoin util for console wrappers (#1222)

3.22.1

15 Jan 12:12
Compare
Choose a tag to compare
  • NEW: Check for SENTRY_RELEASE during config phase (#1194)
  • CHANGE: Fix ChromeLauncher for Travis integration tests (#1196)
  • BUGFIX: Do not include credentials by default (#1191)
  • BUGFIX: Call captureBreadcrumb for fetch after its done (#1197)

3.22.0

12 Jan 11:21
Compare
Choose a tag to compare
  • NEW: Add fetchParameters to configure fetch (#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 trying document.location (#1180)
  • BUGFIX: Check parseUrl for correct input type (#1190)

3.21.0

13 Dec 12:01
Compare
Choose a tag to compare
  • 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

3.20.1

17 Nov 10:27
Compare
Choose a tag to compare
  • BUGFIX: Prevent Raven throwing during installation when Function.prototype.toString is called in Angular projects with zone.js and core.js wrapped functions #1135
  • BUGFIX: Add isArray util to prevent undefined stack.stack during captureMessage with synthetic stack traces enabled #1140

3.20.0

14 Nov 13:49
Compare
Choose a tag to compare
  • NEW: autoBreadcrumbs can now disable sentry breadcrumbs and configure them on demand #1099
  • NEW: Add maxBreadcrumbs and sampleRate to Typescript typings 29b89de 989f43a
  • CHANGE: isEmptyObject utility now checks for object's own properties only #1100
  • CHANGE: Update how wrapped functions are detected as native functions #1106
  • CHANGE: Update integration tests on SauceLabs to use Safari 11.0
  • BUGFIX: Send raw error when vm is undefined while using Vue plugin #1118

3.19.1

17 Oct 12:59
Compare
Choose a tag to compare
  • BUGFIX: Don't prettify minified dist files fee3771