Skip to content

Releases: getsentry/sentry-javascript

3.16.0

13 Jun 01:08
Compare
Choose a tag to compare
  • CHANGE: Plugins no longer disrupt data callback behavior. See: #891
  • BUGFIX: Fixed event object copying in React Native. See: #960
  • BUGFIX: More TypeScript definitions for API properties and methods. See: #968, #963

3.15.0

31 May 00:18
Compare
Choose a tag to compare

3.14.2

14 Apr 19:42
Compare
Choose a tag to compare
  • BUGFIX: Fix bug in breadcrumb URL truncation when fetch is used with a Request argument. See: #924

3.14.1

12 Apr 20:20
Compare
Choose a tag to compare
  • BUGFIX: Fix TypeError caused by breadcrumb URL truncation in some situations. See: #925
  • BUGFIX: Made URL truncation more defensive for some rare cases. See: #918
  • BUGFIX: Raven.js now treats DOMExceptions as "Error" objects w/ traces. See: #919
  • CHANGE: Remove unused/deprecated escape functions in vendored TraceKit.js. See: #923
  • CHANGE: Removed json-stringify-safe from package.json (was already vendored). See: #917

3.14.0

03 Apr 18:33
Compare
Choose a tag to compare
  • NEW: URL values captured in http + breadcrumb interfaces are now trimmed to new maxUrlLength config (default 250). See: #906
  • CHANGE: Better extraction of URLs from eval frames on Chrome, Firefox. This may affect issue grouping of some events. See: #907
  • BUGFIX: Raven.js now parses webpack:// URLs (generated when using devtool: eval). See: #908
  • BUGFIX: React Native frames on Android no longer show [native code]. See: #875

3.13.1

22 Mar 21:19
Compare
Choose a tag to compare
  • BUGFIX: Revert TypeScript declaration changes from 3.13.0 that resulted in bad imports. See: #898

3.13.0

21 Mar 23:44
Compare
Choose a tag to compare
  • NEW: Added new sampleRate config option. See: #885
  • CHANGE: TypeScript declaration file (raven.d.ts) has been improved considerably. See: #827

3.12.2

21 Mar 22:03
Compare
Choose a tag to compare
  • BUGFIX: Fix Raven.js not capturing IE8 errors. See: #883

3.12.1

07 Mar 19:15
Compare
Choose a tag to compare
  • BUGFIX: Fix Raven.js not properly catching some thrown messages, objects. See: #872

3.12.0

27 Feb 19:10
Compare
Choose a tag to compare
  • NEW: Raven.js now attempts to suppress back-to-back duplicate errors by default. See: #861
  • BUGFIX: Fix case where breadcrumb instrumention could sometimes throw errors on custom DOM events. See: #857
  • BUGFIX: Fix Raven.js incorrectly interpreting Retry-After header in ms; should be seconds. See: #862