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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    0
  • 0.0.0
    0

Package Sidebar

Install

npm i stackbone

Weekly Downloads

0

Version

0.0.2

License

BSD

Last publish

Collaborators

  • hurrymaplelad
  • duereg