Skip to content

2.1.0

Compare
Choose a tag to compare
@benvinegar benvinegar released this 20 Jan 22:14
· 9004 commits to master since this release
  • 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