Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
3.0.0
- 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
2.2.1
2.2.0
- 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
2.1.0
- BUGFIX: Fixed Raven.js rejecting frames w/ blob URLs. See: #463
- BUGFIX: Fixed plugin files not consumable without module loader. See: #446
- BUGFIX: Fixed bug in console.js plugin where
level
wasn't passed. See: #474 - BUGFIX: Fixed broken debug logging in IE9 and below. See: #473
- BUGFIX: Fixed
XMLHttpRequest
wrapper not capturing all event handlers. See: #453 - CHANGE:
Raven.uninstall
now restores original builtin functions (e.g. setTimeout). See: #228 - CHANGE:
maxMessageLength
now defaults to 0 (no limit). See: #441 - NEW: New
stackTraceLimit
config option (default 50 in supported browsers). See: https://github.com/getsentry/raven-js/pull/419/files - NEW:
Raven.showReportDialog
(experimental). See: #456
2.0.5
2.0.4
- BUGFIX: Fixed bug where Raven.VERSION was not set when required as a CommonJS module.