Skip to content

Commit 858d4de

Browse files
author
Steven Wexler
committed
Added Beta message
1 parent 7b2b018 commit 858d4de

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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 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.
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)