Category Archives: plugins

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

Coming in Exceptionless 2.0 – A Pluggable System

In the last Exceptionless 2.0 article, we announced the upcoming simplified API. Today, we want to introduce another major piece of V2.0 – the pluggable system. Plugins will allow customization and translation throughout the Exceptionless platform, including integration with third-party services and more. Read on for more details about pluggable details such as event parsing, event …Read More