Skip to content

1.1.16

Compare
Choose a tag to compare
@mattrobenolt mattrobenolt released this 26 Jul 17:06
· 10142 commits to develop since this release
  • Fixed a bug that was preventing stack frames from raven.js from being hidden correctly. See: #216
  • Fixed an IE bug with the console plugin. See: #217
  • Added support for chrome-extension:// protocol in Chrome in stack traces.
  • Added setExtraContext and setTagsContext. See: #219
  • Renamed setUser to setUserContext to match. setUser still exists, but will be deprecated in a future release.
  • New backbone.js plugin. See: #220
  • Added support for chrome:// protocol in Firefox in stack traces. See: #225
  • Ignore more garbage from IE cross origin errors. See: #224
  • Added Raven.debug to prevent logging to console when false. Defaults to true for backwards compatability. See: #229
  • Prevent calling Raven.config() or Raven.install() twice. See: #233