Coder Social home page Coder Social logo

coderrio / coderr.server Goto Github PK

View Code? Open in Web Editor NEW
93.0 10.0 33.0 89.93 MB

Replace logfiles with Coderr to correct bugs faster and more efficiently.

Home Page: https://coderr.io

License: Other

C# 76.61% HTML 5.50% CSS 1.25% JavaScript 0.17% TypeScript 14.33% Batchfile 0.15% TSQL 0.77% Dockerfile 0.04% SCSS 1.18%
automation onetrueerror exceptions dotnet csharp exception-handling

coderr.server's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.