Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
3.11.0
17 Feb 19:56
Compare
Sorry, something went wrong.
No results found
CHANGE: Raven.js no longer auto-wraps jQuery.ready (if present); fixes jQuery deprecation warnings. See: #849
BUGFIX: Fix User-Agent not collected in web worker environment. See: #853
BUGFIX: Fix DOM tree summarizer (breadcrumbs) not splitting on breadcrumbs effectively. See: #852
BUGFIX: Fix Vue plugin breaking on production builds. See: #848
NEW: Added comment to Raven.wrap to indicate stack traces containing this frame are not indicative of a bug. See: #847
3.10.0
30 Jan 19:31
Compare
Sorry, something went wrong.
No results found
NEW: Raven.js will exponentially back off if server returns a 400-level error (e.g. 429 too many requests). See: #839
CHANGE: Raven.js will not set lastEventId if transmission failed because Raven is not configured. See: #839
BUGFIX: Raven.js now properly handles Firefox resource:// URLs (extensions). See: #837
3.9.2
23 Jan 21:40
Compare
Sorry, something went wrong.
No results found
BUGFIX: Use json-stringify-safe in React Native plugin to avoid circular refs. See: #829
BUGFIX: Avoid document.location access in React Native plugin. See: #800
3.9.1
08 Dec 05:46
Compare
Sorry, something went wrong.
No results found
BUGFIX: Fix TypeError triggered by some event listeners. See: #793
BUGFIX: Fix bad window
access in web worker environments. See: #792
3.9.0
07 Dec 01:12
Compare
Sorry, something went wrong.
No results found
NEW: breadcrumbCallback
and setBreadcrumbCallback
for filtering/mutating breadcrumbs. See: #788
NEW: Can enable synthetic traces globally via stacktrace: true
config option. See: #763
CHANGE: Can set user context via config
under user
key. See: #762
CHANGE: Unit and integration tests now run on PhantomJS 2. See: #777
BUGFIX: Fix mouse click breadcrumbs not captured in some scenarios. See: #766
BUGFIX: React Native plugin normalizes paths in stacktraces generated via captureMessage
. See: #778
BUGFIX: Doesn't break when window is absent (e.g. inside web workers). See: #785
3.8.1
15 Nov 19:17
Compare
Sorry, something went wrong.
No results found
BUGFIX: Fix dangling comma affecting IE8. See: #769
3.8.0
01 Nov 22:08
Compare
Sorry, something went wrong.
No results found
NEW: Record fetch request breadcrumbs. See: #744
NEW: Record contentEditable input event breadcrumbs. See: #748
BUGFIX: Updated Typescript declaration file. See: #746
NEW: File size improvements for raven.min.js See: #721
3.7.0
06 Sep 21:25
Compare
Sorry, something went wrong.
No results found
BUGFIX: Add missing return types from TypeScript declaration file. See: #718
BUGFIX: Fix "Permission denied" error in Firefox via WebDriver. See: #720
REMOVED: Legacy stack trace parsing from Opera 9, 10. See: #716
3.6.1
01 Sep 18:13
Compare
Sorry, something went wrong.
No results found
BUGFIX: Fix trimHeadFrames
appearing in some data payloads when using synthetic traces. See: #714
3.6.0
30 Aug 21:48
Compare
Sorry, something went wrong.
No results found
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