The beauty of open-source solutions is that you are often given the option to self-host or pay for an easy hosted solution by the company or people who created the project. This is true of many projects. Ghost is a popular example of this from the blogging world. Some analytics serves, including Matomo, allow users to choose between …Read More
We were curious, so we thought we would put together some stats for 2016, along with and a recap of some of the notable changes and progression. Enjoy! General Exceptionless Stats Over 120,000,000 events processed 4716 users 3614 projects 2809 organizations Release Stats Exceptionless Server: 7 releases 88 watching 774 stars 236 forks Exceptionless UI: …Read More
In the process of developing Exceptionless, we realized there was a lack of good, simple, open source solutions for caching, queues, locks, messaging, jobs, file storage, and metrics when building scaleable applications. We tried an open source Redis cache client for caching, but it went commercial (expensive) and there wasn’t any in-memory implementations. For the …Read More
In the process of developing Exceptionless, we realized there was a lack of good, simple, open source solutions for caching, queues, locks, messaging, jobs, file storage, and metrics when building scaleable applications. We tried an open source Redis cache client for caching, but it went commercial (expensive) and there wasn’t any in-memory implementations. For the …Read More
So you’ve been using Exceptionless for a while, but you wish you had a different dashboard, or maybe you’d like to integrate event data into one of your apps. No problem, just use the API! Through our adventures while building Exceptionless, we’ve kept open source, automation, and ease of use in mind. With that, we think our API, …Read More
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
Exceptionless 1.4 brings with it both server and client changes, a new client integration, some minor updates, and lots of bug fixes. Check out the changelog items below, and let us know if you have any questions. We want to extend our thanks again to the developers that have worked on the project since we …Read More
Just over six months ago, we launched Exceptionless with a mission to impact the coding community in a positive way. The goal was, and still is, to help developers find, track, and squash errors, ultimately creating better code for users. A few days ago we officially hit 1000 accounts, and as of today Exceptionless has …Read More
We’ve had our first substantial pull request! Luisrudge has become the first non-trivial contributor to the Exceptionless real-time error reporting project on GitHub, with his NancyFX integration. If you’re a NancyFX user, you can find the Nancy package in our NuGet gallery. As a token of our appreciation, Luis received a free year of hosting! …Read More
Since we officially announced that Exceptionless was going open source last week, we wanted to provide everyone with a quick and easy video walkthrough of how to get up and running locally. It’s really quick, as you can see from the below video. Below the video is also a textual walkthrough. Please take a look …Read More