Category Archives: client

The Power of Real-time Project Settings

Did you know there are customizable server/client configuration values within your Exceptionless Project’s settings? Well now you do – and knowing’s half the battle! These project level settings are a dictionary of key value pairs (string key, string value). They are defined server-side and automatically pushed to the client when they are updated. Using this …Read More

JavaScript / Node.js Client V1 Release Notes

Last week we announced the V1 release candidate for the Exceptionless JavaScript/Node.js Client. This week we’ve got official release notes for you! Have a look. Release Notes Client supports JavaScript and Node (Works everywhere) Send your errors, logs or feature usages to your Exceptionless dashboard Supports various module formats such as es6 (SystemJS/jspm), UMD, RequireJS, CommonJS, or …Read More

JavaScript Client Demo – Exceptionless

We’re getting closer and closer to version 1.0 of our JavaScript client, and we wanted to give everyone a demo of installation, configuration, and usage. If you’re using Node.js, make sure to check out last week’s blog post for Node specific examples. Otherwise, continue reading for Javascript examples. As you read and begin playing with the …Read More

Exceptionless Node.js JavaScript Client Demo

Last week we announced our full featured JavaScript client, and we’re super excited about releasing a version 1.0 soon. This week we’d like to put more details out there on the Node.js version of the JavaScript client, including installation, configuration, and usage. We’ve also set up an Express.js sample app that you can spin up locally to play with …Read More

How to Add a Plugin to Affect Events in Exceptionless

A plugin is a client-side addin that is run every time you submit an event. Plugins can be used to add or remove data from an event, or even allow you to cancel an event submission. Each client-specific implementation registers a plugin to provide client-specific information like request info, environmental info, etc. These abilities make plugins …Read More