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
+19-12Lines changed: 19 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,28 @@
1
-
codeRR Community Server
1
+
Coderr Community Server
2
2
=============================
3
3
4
4
[]()[]()
5
5
6
-
codeRR discovers and analyzes all exceptions in all of your installations for every version of your .NET application.
# Skip logfiles - Use automated exception handling!
7
9
8
10

9
11
10
-
.. don't want to host/maintain your own server? Try [codeRR Live](https://coderrapp.com/live/)
12
+
.. don't want to host/maintain your own server? Try [Coderr Live](https://coderr.io/live/)
11
13
12
-
## What's in it for me?
14
+
## What’s Coderr?
13
15
14
-
codeRR monitors your application and notifies you when new unique errors occurs, putting an end to random logfile scanning and relying on reports from users.
16
+
Coderr is an error management tool developed specifically for .NET applications. Coderr provides an insight to all errors that are occurring and gives you control and a complete view of your applications’ status.
15
17
16
-
You can typically solve the incident straight way, since codeRR provides relevant information together with the exception. In your codeRR server you can do further analysis of systematic and related errors.
18
+
## Why change?
17
19
18
-
In short, we believe that codeRR will save you time and effort and help you improve code quality
20
+
Too often, error detection and management involves relying on reports from users and random logfile scanning. The unknown amount of errors and weaknesses of the code creates uncertainty and lessens your control. With a systematic approach facilitated by a tool built for developers by developers, Coderr provides insight about the status of the applications.
19
21
20
-
[Read more...](https://coderrapp.com)
21
22
22
23
## Getting started
23
24
24
-
Once you have installed the server you need to install one of our nuget packages in your application.
25
-
You can read more about them [here](https://coderrapp.com/documentation/).
25
+
Once you have [installed the server](https://github.com/coderrapp/Coderr.Server/releases) you need to install and configure one of our nuget packages. You can read more about them [here](https://coderrapp.com/documentation/client/).
26
26
27
27
Unhandled exceptions will be picked up by the client libraries.
28
28
@@ -42,11 +42,18 @@ public void UpdatePost(int uid, ForumPost post)
42
42
}
43
43
```
44
44
45
-
The context information will be attached as:
45
+
The context information will in this case be attached as:
You can learn more about reporting errors [here](https://coderr.io/documentation/).
50
+
51
+
# Running Coderr
52
+
53
+
You can run Coderr Community Service in all your environments as long as you follow the AGPL license. Our commercial variant, Coderr Live adds powerful algorithms to prioritize the errors and provides insights to how your applied solutions bring down application errors. Coderr was rebranded and developed from OneTrueError in 2017.
0 commit comments