-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
exceptions.js | ||
====================== | ||
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. | ||
_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._ | ||
|
||
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. | ||
|
||
|