Skip to content

Releases: getsentry/sentry-javascript

3.6.1

01 Sep 18:13
Compare
Choose a tag to compare
  • BUGFIX: Fix trimHeadFrames appearing in some data payloads when using synthetic traces. See: #714

3.6.0

30 Aug 21:48
Compare
Choose a tag to compare
  • NEW: Raven.captureMessage will generate synthetic stacktraces if passed stacktrace: true via options. See: #582
  • NEW: Added Raven.setDSN for changing target DSN after Raven has been configured. See: #706
  • CHANGE: Added missing TypeScript type declarations for Raven API methods. See: #698

3.5.1

18 Aug 21:22
Compare
Choose a tag to compare
  • BUGFIX: Fix non-fatals crashing React Native plugin unless shouldSendCallback is specified. See: #694

3.5.0

16 Aug 20:32
Compare
Choose a tag to compare
  • NEW: Can now disable automatic collection of breadcrumbs via autoBreadcrumbs config option. See: #686
  • NEW: Can now configure max number of breadcrumbs to collect via maxBreadcrumbs. See: #685
  • NEW: Added Vue.js plugin. See: #688
  • CHANGE: Raven.js now collects 100 breadcrumbs by default. See: #685
  • CHANGE: React Native plugin now also normalizes paths from CodePush. See: #683

3.4.1

11 Aug 20:08
Compare
Choose a tag to compare
  • BUGFIX: Fix exception breadcrumbs having "undefined" for exception value. See: #681

3.4.0

09 Aug 18:25
Compare
Choose a tag to compare
  • CHANGE: React Native plugin now stores errors in AsyncStorage and sends error data on app init. See: #626
  • BUGFIX: React Native path normalization regex has been updated. See: #666
  • BUGFIX: Angular 1 plugin now extracts errors from minified exception strings. See: #667

3.3.0

27 Jul 17:25
Compare
Choose a tag to compare
  • NEW: Can now specify environment configuration option. See: #661
  • CHANGE: Raven.js now serializes data payload w/ json-stringify-safe to avoid circular references. See: #652
  • BUGFIX: Angular 1.x plugin no longer clobbers user-specified dataCallback. See: #658

3.2.1

08 Jul 23:04
Compare
Choose a tag to compare
  • 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

05 Jul 22:52
Compare
Choose a tag to compare
  • 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

23 Jun 21:17
Compare
Choose a tag to compare
  • 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