Skip to content

Releases: getsentry/sentry-javascript

3.0.5

04 Jun 20:45
Compare
Choose a tag to compare
  • BUGFIX: Fix breadcrumb instrumentation failing in IE8. See: #594

3.0.4

10 May 23:41
Compare
Choose a tag to compare
  • 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

06 May 17:00
Compare
Choose a tag to compare
  • BUGFIX: Fix pushState instrumentation breaking on non-string URL args. See: #569

3.0.2

03 May 17:09
Compare
Choose a tag to compare
  • BUGFIX: Fix XMLHttpRequest.prototype.open breaking on non-string url arguments. See: #567

3.0.1

03 May 15:13
Compare
Choose a tag to compare
  • BUGFIX: Fix broken CDN builds. See: #566

3.0.0

03 May 00:53
Compare
Choose a tag to compare
  • 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

2.3.0

28 Mar 20:26
Compare
Choose a tag to compare
  • NEW: pathStrip option now available in React Native plugin. See: #515
  • BUGFIX: Handle stacks from internal exceptions sometimes thrown by Firefox. See: #536
  • BUGFIX: Better error message strings in browsers w/ limited onerror implementations. See: #538

2.2.1

16 Mar 20:11
Compare
Choose a tag to compare
  • BUGFIX: Fix HTTP requests not sending with React Native on Android devices. See: #526
  • BUGFIX: Raven.js now captures stack traces caused by Firefox internal errors. See: #528

2.2.0

03 Mar 19:45
Compare
Choose a tag to compare
  • NEW: allowSecretKey configuration option. See: #525
  • NEW: Console plugin can be configured to capture specific log levels. See: #514
  • CHANGE: React Native plugin now calls default exception handler. See: #492
  • CHANGE: React Native plugin now uses HTTP POST transport. See: #494
  • BUGFIX: Fix Raven throwing exception when run via Webdriver. See: #495

2.1.1

09 Feb 01:44
Compare
Choose a tag to compare
  • BUGFIX: Fixed IE8 regression introduced in 2.1.0. See: #498
  • BUGFIX: Fixed initialization error when run via Selenium. See: #495