-
-
Notifications
You must be signed in to change notification settings - Fork 24
Javascript Example
jmoeltjen edited this page Jul 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 is available on the GitHub Repo.
- Clone or download the GitHub Repo
- Edit the HTML file in the root example folder and replace the existing API Key with yours. Also, comment out the serverUrl.
- 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
Calling client.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 for General Exceptionless Documentation, UI Documentation, or Documentation for another Client?
Visit the Primary Exceptionless Documentation Page and go from there.