Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

goodeggs/stackbone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Uncaught exception logging with stack traces for Backbone apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published