Skip to content

Commit 08f4180

Browse files
Updated readme
1 parent fea05f7 commit 08f4180

File tree

6 files changed

+16
-25
lines changed

6 files changed

+16
-25
lines changed

ReadMe.md

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,26 @@ Coderr Community Server
33

44
[![Build status](https://1tcompany.visualstudio.com/_apis/public/build/definitions/75570083-b1ef-4e78-88e2-5db4982f756c/6/badge)]() [![Github All Releases](https://img.shields.io/github/downloads/coderrio/coderr.server/total.svg?style=flat-square)]()
55

6-
# Discover more errors and solve them faster!
6+
# Solve errors more quickly
77

8-
![Welcome screen](docs/dashboard.png)
8+
It works on my machine!
99

10-
[Watch our intro video](https://www.youtube.com/watch?v=E6q3EkEIwVk)
10+
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.
1111

12-
## Search function
13-
14-
![Search using your own data](docs/search.png)
15-
16-
.. don't want to host/maintain your own server? Try [Coderr Live](https://coderr.io/live/)
12+
Coderr automates the error management process. Let Coderr detect, report and analyze the errors, so that you can focus on just solving them.
1713

18-
## What’s Coderr?
14+
![Welcome screen](docs/discover-incident.png)
1915

20-
Coderr is an error management service developed specifically for .NET and JavaScript applications. Coderr provides an insight to all errors that are occurring and gives you control and a complete view of your applications’ status.
21-
22-
## Why change?
23-
24-
Compared to log files and log analysis tools (like Splunk / Kibana), Coderr fouces exclusivly on errors (both exceptions and other types) where everything works out of the box. No need to customize dashboards, views or anything else.
25-
All errors are grouped out of the box and you can see how often they occurr, in which environment (like "production") and in which application versions.
16+
## Search function
2617

27-
Once an error is corrected, all future reports for it will automatically be ignored unless the error surfaces in a newer application version.
18+
![Search using your own data](docs/search.png)
2819

29-
With Coderr, you can focus on building new features and spend minimal time correcting bugs.
20+
.. don't want to host/maintain your own server? Try [Coderr Cloud](https://lobby.coderr.io/?utm_source=github) - Free up to five users.
3021

3122
## Getting started
3223

33-
1. [Download Coderr Server](https://github.com/coderrio/Coderr.Server/releases), use our [cloud service](https://app.coderr.io) (free for up to five users) or use our [Docker image]()
34-
2. Install one of our [nuget libraries](https://www.nuget.org/packages?q=coderr.client) (or [npm library](https://www.npmjs.com/package/coderr.client)).
24+
1. [Download Coderr Server](https://github.com/coderrio/Coderr.Server/releases), use our [cloud service](https://lobby.coderr.io) (free for up to five users) or use our [Docker image]()
25+
2. Install one of our [nuget libraries](https://www.nuget.org/packages?q=coderr.client) (or one of the [js libraries](https://www.npmjs.com/package/coderr.client)).
3526
3. Follow the instructions in the package ReadMe (max three lines of code to get started).
3627
4. Try the code below.
3728

@@ -53,15 +44,15 @@ public void UpdatePost(int uid, ForumPost post)
5344
}
5445
```
5546

56-
The context information will in this case be attached as:
47+
Sample data collected by the ASP.NET Core MVC library:
5748

58-
![](https://coderr.io/images/features/custom-context.png)
49+
![](docs/collections.gif)
5950

60-
You can learn more about reporting errors [here](https://coderr.io/documentation/).
51+
You can learn more about reporting errors [here](https://coderr.io/documentation/getting-started).
6152

6253
## Running Coderr
6354

64-
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 Live (commercial license, cloud version) or on request, as Coderr running on premise (commercial license, self-hosting version). Coderr Live and Coderr on premise add powerful algorithms to prioritize errors and provide insight to how your code is improving over time with applied solutions. Coderr was rebranded and developed from OneTrueError in 2017.
55+
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.
6556

6657
[Read more](https://coderr.io/features/)
6758

@@ -82,5 +73,5 @@ We are passionate about Open Source, Microsoft .NET and code quality. 1TCompany
8273

8374
* Community Server: [AGPL](License)
8475
* Client libraries: [Apache 2.0](https://opensource.org/licenses/apache-2.0)
85-
* [Coderr Live](https://coderr.io/live): Commercial
86-
* [Coderr OnPremise](https://coderr.io/features): Commercial
76+
* [Coderr Cloud](https://lobby.coderr.io): Commercial
77+
* [Coderr Premise](https://coderr.io/features): Commercial

docs/analyze-incident.png

-81.2 KB
Binary file not shown.

docs/collections.gif

192 KB
Loading

docs/dashboard.png

-44.7 KB
Binary file not shown.

docs/discover-incident.png

126 KB
Loading

docs/search.png

-7.5 KB
Loading

0 commit comments

Comments
 (0)