Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/steaks/exceptions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
steaks committed Jun 6, 2014
2 parents ed7b5bc + 00262af commit b7823d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
@@ -1,10 +1,14 @@
exceptions.js
======================
_exceptions.js is currently in Beta and looking for users! Please file issues or feedback in the issues section or by emailing steven.m.wexler@gmail.com. Also, please email steven.m.wexler@gmail.com if you'd like to receive updates about this project including when it is released out of Beta._

exceptions.js enhances Javscript error handling by providing a more comprehensive API for errors and by extending functionality of window.onerror. exceptions.js is modeled off of C#'s exception infrastructure and provides the ability to record stacktraces, screenshots, inner exceptions with Javascript errors. It also provides the ability to make post request that contain serialized exceptions so you can record and report Javascript errors.

Basic setup and usage
----------------------
```javascript
//Once you've included exceptions.js on your page:

//Setup the exceptions handler to report errors when
//you call Exception.report() or window.onerror executes
exeptions.handler
Expand Down

0 comments on commit b7823d1

Please sign in to comment.