Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork22
Javascript Example
jmoeltjen edited this pageJul 8, 2015 ·2 revisions
We have put together an example for the JavaScript client that you can use to get an idea of how everything works. It isavailable on the GitHub Repo.
- Clone or download theGitHub Repo
- Edit the HTML file in the root example folder and replace theexisting API Key with yours. Also, comment out theserverUrl.
- Open the HTML file in your browser
- Open the console so that you can see the debug messages that the example generates
- Click the buttons on the page to submit an event
Callingclient.config.useDebugLogger(); to enable debug logging is recommend and will output messages to the console regarding what the client is doing. Please contact us by creating an issue on GitHub if you need help or have any feedback regarding the JavaScript client.
Looking forGeneral Exceptionless Documentation,UI Documentation, orDocumentation for another Client?
Visit the Primary Exceptionless Documentation Page and go from there.