stackbone

0.0.2 • Public • Published

Stackbone

Uncaught exception logging with stack traces for Backbone apps. Works by intercepting, logging, and rethrowing errors at common Backbone stack roots.

browser support

Stackbone = require('stackbone'); // optional

Stackbone.start({
  Backbone: Backbone
  jQuery: jQuery
  onError: function (err) {
    // ... log the error ...
  }
});

Hacking

npm install && npm test

Readme

Keywords

none

Package Sidebar

Install

npm i stackbone

Weekly Downloads

2

Version

0.0.2

License

BSD

Last publish

Collaborators

  • hurrymaplelad
  • duereg