It works on my machine!
We all have heard, and said, that expression. Solving errors can be quite frustrating. Even trivial errors which just takes a few minutes to solve can cause frustration if there are many of them.
Coderr automates the error management process. Let Coderr detect, report and analyze the errors, so that you can focus on just solving them.
.. don't want to host/maintain your own server? Try Coderr Cloud - Free up to five users.
- Download Coderr Server, use our cloud service (free for up to five users) or use our Docker image
- Install one of our nuget libraries (or one of the js libraries).
- Follow the instructions in the package ReadMe (max three lines of code to get started).
- Try the code below.
Unhandled exceptions will automatically be reported by the client libraries.
To report exceptions manually:
public void UpdatePost(int uid, ForumPost post)
{
try
{
_service.Update(uid, post);
}
catch (Exception ex)
{
Err.Report(ex, new{ UserId = uid, ForumPost = post });
}
}
Sample data collected by the ASP.NET Core MVC library:
You can learn more about reporting errors here.
You can run any Coderr in development, test and in production. Coderr is available in three different ways; as Coderr Community Server (AGPL license, self-hosting), as Coderr Cloud (commercial license, cloud version) or on request, as Coderr Premise (commercial license, self-hosting version). Coderr Cloud and Coderr Premise add powerful algorithms to prioritize errors and provide insight to how your code is improving over time with applied solutions.
We are passionate about Open Source, Microsoft .NET and code quality. 1TCompany started in 2017 in Sweden and builds on years of coding experience and bringing products to market. Our mission is to assist fellow developers deliver quality code. To accomplish this mission, we decided to make Coderr commercially available and ready for prime time.
- Community Server: AGPL
- Client libraries: Apache 2.0
- Coderr Cloud: Commercial
- Coderr Premise: Commercial