Skip to content

Releases: getsentry/sentry-javascript

3.2.1

Choose a tag to compare

@benvinegar benvinegar released this 08 Jul 23:04
  • BUGFIX: Fixed error when manually calling captureException with Error objects w/ maxMessageLength > 0. See: #647
  • BUGFIX: Fixed TypeScript language declaration file for compatibility w/ Webpack loaders. See: #645
  • BUGFIX: Fixed Raven dropping file:/// frames from Phantom 1.x. See: #642

3.2.0

Choose a tag to compare

@benvinegar benvinegar released this 05 Jul 22:52
  • CHANGE: Callbacks set via setDataCallback, setShouldSendCallback now receive any prior-set callback as the 2nd argument. See: #636
  • CHANGE: Raven.js no longer passes a 'message' interface for exceptions. See: #632
  • CHANGE: Log level now recorded for "sentry" breadcrumbs. See: #633

3.1.1

Choose a tag to compare

@benvinegar benvinegar released this 23 Jun 21:17
  • BUGFIX: Fix message truncation occurring before dataCallback is invoked. See: #605
  • BUGFIX: Fix pushState error in Chrome Apps. See: #601
  • BUGFIX: Fix error in addEventListener call affecting very old Firefox versions. See: #603

3.1.0

Choose a tag to compare

@benvinegar benvinegar released this 20 Jun 21:31
  • NEW: Added TypeScript declaration file for compatibility with TypeScript projects. See: #610

3.0.5

Choose a tag to compare

@benvinegar benvinegar released this 04 Jun 20:45
  • BUGFIX: Fix breadcrumb instrumentation failing in IE8. See: #594

3.0.4

Choose a tag to compare

@benvinegar benvinegar released this 10 May 23:41
  • BUGFIX: Navigation breadcrumbs now include query strings and document fragment (#). See: #573
  • BUGFIX: Remove errant throw call in _makeRequest affecting some Raven configs. See: #572

3.0.3

Choose a tag to compare

@benvinegar benvinegar released this 06 May 17:00
  • BUGFIX: Fix pushState instrumentation breaking on non-string URL args. See: #569

3.0.2

Choose a tag to compare

@benvinegar benvinegar released this 03 May 17:09
  • BUGFIX: Fix XMLHttpRequest.prototype.open breaking on non-string url arguments. See: #567

3.0.1

Choose a tag to compare

@benvinegar benvinegar released this 03 May 15:13
  • BUGFIX: Fix broken CDN builds. See: #566

3.0.0

Choose a tag to compare

@benvinegar benvinegar released this 03 May 00:53
  • NEW: Raven.js now collects breadcrumbs from XMLHttpRequest objects, URL changes (pushState), console log calls, UI clicks, and errors.
  • BUGFIX: Fix parsing error messages from Opera Mini. See: #554
  • REMOVED: Fallback Image transport (HTTP GET) has been removed. See: #545
  • REMOVED: TraceKit client-side source fetching has been removed. See: #542