Skip to content

Releases: getsentry/sentry-javascript

raven-js - 3.26.1

07 Jun 14:13

Choose a tag to compare

  • FIX: Bower build

3.26.0

07 Jun 11:13

Choose a tag to compare

  • REF: Return location.origin instead of assigning it for IE10
  • FEAT: Send exception mechanisms

3.25.2

17 May 08:32

Choose a tag to compare

  • REF: Emit transaction instead of culprit (#1330)

3.25.1

17 May 08:32

Choose a tag to compare

  • BUILD: fix missing plugins in dist directory and simplify grunt build (#1327)
  • BUGFIX: Polyfill location.origin for IE10 (#1325)
  • BUGFIX: use safe _window and _navigator references (#1324)

3.25.0

10 May 17:55

Choose a tag to compare

  • FEAT: Handle JavaScript loaded in the browser inside a blob (#1322)
  • FEAT: Handle DOMError and DOMException gracefully (#1310)
  • BUILD: include plugins-combination in dist and clear some old grunt config (#1313)

3.24.2

18 Apr 11:47

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

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

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

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

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)