Skip to content

Releases: getsentry/sentry-javascript

3.24.2

18 Apr 11:47
Compare
Choose a tag to compare
  • FEAT: Capture breadcrumbs on failed fetch request (#1293)
  • BUGFIX: Make debug mode actually work (#1305)
  • BUGFIX: Use correct frame url in ignore/whitelisturl calls (#1304)
  • BUGFIX: Check input type before doing truncation (#1299)

3.24.1

09 Apr 13:01
Compare
Choose a tag to compare
  • FEAT: Add flag for unhandled promise rejections (#1278)
  • BUGFIX: Use guard for document.attachEvent calls (#1289)

3.24.0

23 Mar 09:37
Compare
Choose a tag to compare
  • NEW: Introduce sanitizeKeys config option (#1264)
  • NEW: Expose Ravens constructor publicly. Kinda. (#1272)
  • BUGFIX: Guard for invalid input to fill helper method (#1265)
  • BUGFIX: Check if XMLHttpRequest exists before using it (#1265)

3.23.3

15 Mar 18:23
Compare
Choose a tag to compare
  • BUGFIX: Fix detection of custom error objects in captureException method, aka "Schrodinger's Error"© patch (#1261)

3.23.2

14 Mar 12:43
Compare
Choose a tag to compare

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.

  • NEW: Sensible non-Error exception serializer (#1253)
  • BUGFIX: Create correct fingerprint when using synthetic stacktraces (#1246)

3.23.1

02 Mar 19:26
Compare
Choose a tag to compare
  • BUGFIX: Check if addEventListener and removeEventListener are present before calling them

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)