You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+16-25Lines changed: 16 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,35 +3,26 @@ Coderr Community Server
3
3
4
4
[]()[]()
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.
11
11
12
-
## Search function
13
-
14
-

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.
17
13
18
-
## What’s Coderr?
14
+

19
15
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
26
17
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
+

28
19
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.
30
21
31
22
## Getting started
32
23
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)).
35
26
3. Follow the instructions in the package ReadMe (max three lines of code to get started).
36
27
4. Try the code below.
37
28
@@ -53,15 +44,15 @@ public void UpdatePost(int uid, ForumPost post)
53
44
}
54
45
```
55
46
56
-
The context information will in this case be attached as:
47
+
Sample data collected by the ASP.NET Core MVC library:
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).
61
52
62
53
## Running Coderr
63
54
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.
65
56
66
57
[Read more](https://coderr.io/features/)
67
58
@@ -82,5 +73,5 @@ We are passionate about Open Source, Microsoft .NET and code quality. 1TCompany
0 commit comments