Skip to content

Commit b7823d1

Browse files
committed
Merge branch 'master' of https://github.com/steaks/exceptions.js
2 parents ed7b5bc + 00262af commit b7823d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
exceptions.js
22
======================
3+
_exceptions.js is currently in Beta and looking for users! Please file issues or feedback in the issues section or by emailing [email protected]. Also, please email [email protected] if you'd like to receive updates about this project including when it is released out of Beta._
4+
35
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.
46

57
Basic setup and usage
68
----------------------
79
```javascript
10+
//Once you've included exceptions.js on your page:
11+
812
//Setup the exceptions handler to report errors when
913
//you call Exception.report() or window.onerror executes
1014
exeptions.handler

0 commit comments

Comments
 (0)