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
[]()[]()
4
+
[]()[]()
5
5
6
-
codeRR discovers and analyzes all exceptions in all of your installations for every version of your .NET application.
6
+
# Skip logfiles - Use automated exception handling!
7
7
8
-

8
+
*screenshot is from the version 2.0 beta*
9
9
10
-
.. don't want to host/maintain your own server? Try [codeRR Live](https://coderrapp.com/live/)
11
10
12
-
## What's in it for me?
11
+
.. don't want to host/maintain your own server? Try [Coderr Live](https://coderr.io/live/)
13
12
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.
13
+
## What’s Coderr?
15
14
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.
15
+
Coderr is an error handling 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.
17
16
18
-
In short, we believe that codeRR will save you time and effort and help you improve code quality
17
+
## Why change?
18
+
19
+
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
20
20
-
[Read more...](https://coderrapp.com)
21
21
22
22
## Getting started
23
23
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/).
24
+
Once you have [downloaded and installed the server](https://github.com/coderrio/Coderr.Server/releases) you need to install and configure one of our nuget packages. You can read more about them [here](https://coderr.io/documentation/client/).
26
25
27
-
Unhandled exceptions will be picked up by the client libraries.
26
+
**Unhandled exceptions will automatically be reported by the client libraries.**
28
27
29
-
To report exceptions yourself:
28
+
To report exceptions manually:
30
29
31
30
```csharp
32
31
publicvoidUpdatePost(intuid, ForumPostpost)
@@ -37,27 +36,39 @@ public void UpdatePost(int uid, ForumPost post)
You can learn more about reporting errors [here](https://coderr.io/documentation/).
49
+
50
+
## Running Coderr
51
+
52
+
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.
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.
0 commit comments