If you missed our JavaScript Client announcement, this is a great chance to see just how quick and easy the client is to install and use! You can be finding those hard to track down bugs, errors, and exceptions, as well as tracking other events and log messages, in literally minutes. We’ve made it super easy to …Read More
If you missed our JavaScript Client announcement, this is a great chance to see just how quick and easy the client is to install and use! You can be finding those hard to track down bugs, errors, and exceptions, as well as tracking other events and log messages, in literally minutes. We’ve made it super easy to …Read More
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
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
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
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
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
Last week we wrote up a whole list of server side technologies that we use to build and maintain Exceptionless. This week, we’re going to look at client side tools and services. We’re all about function around here, but we like to think that the app looks and feels pretty good, too! We hope you …Read More
As Exceptionless 2.0 continues to become a reality, we thought we would give everyone a little taste of what you will be able to do with the new, rewritten client. Continue reading for a glimpse at the primary features, along with a complete usage example for adding extra data to events. After you check it …Read More
While we’re on the march to Exceptionless 2.0, we’re still making updates and fixing bugs on version 1. Today, we’d like to announce that Exceptionless 1.5 has been released, which includes several server changes and bug fixes, as well as major client code base optimization. Please update your client to version 1.5 and take a look …Read More