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

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i stackbone

    Weekly Downloads

    0

    Version

    0.0.2

    License

    BSD

    Last publish

    Collaborators

    • hurrymaplelad
    • duereg