Skip to content

coderrio/Coderr.Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coderr Community Server

Build status Github All Releases

Solve errors more quickly

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.

Welcome screen

Search function

Search using your own data

.. don't want to host/maintain your own server? Try Coderr Cloud - Free up to five users.

Getting started

  1. Download Coderr Server, use our cloud service (free for up to five users) or use our Docker image
  2. Install one of our nuget libraries (or one of the js libraries).
  3. Follow the instructions in the package ReadMe (max three lines of code to get started).
  4. 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.

Running Coderr

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.

Read more

About us

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

Licensing