Category Archives: dashboard

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

Sending Log Messages to Exceptionless

We’re all about exceptions, but sometimes, as developers, we run into bugs that don’t throw them but still cause major havoc in the system. There are also times we just need to record an event with a custom message to help track down bottlenecks, etc. That’s where Exceptionless meets log messages. In Exceptionless 2.0, you can …Read More

An In-Depth Look at the Exceptionless Project Portal

We cover the basic features of the Exceptionless platform on our feature tour page, but we wanted to give everyone a deeper look into all the information available via the web-based, real-time .NET error reporting admin area. Continue reading to learn more. The Dashboard The Exceptionless Dashboard features a quick overview of the exceptions for …Read More