Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
3.16.0
3.15.0
- NEW: Added new
instrument
config option for disabling portions of instrumentation. See: #938 - NEW: Support CJS use of AngularJS module. See documentation: https://docs.sentry.io/clients/javascript/integrations/angularjs/
3.14.2
3.14.1
- 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
- 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
3.13.0
3.12.2
3.12.1
3.12.0
- 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