Skip to content

Commit fe8cbbc

Browse files
authored
Update ReadMe.md
1 parent a5f27aa commit fe8cbbc

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

ReadMe.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
codeRR Community Server
1+
Coderr Community Server
22
=============================
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/coderrapp/coderr.server/total.svg?style=flat-square)]()
55

6-
codeRR discovers and analyzes all exceptions in all of your installations for every version of your .NET application.
6+
![![](docs/banner.png)](https://coderr.io/documentation/beta/)
7+
8+
# Skip logfiles - Use automated exception handling!
79

810
![OSS screenshot](docs/screenshot.png)
911

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/)
1113

12-
## What's in it for me?
14+
## What’s Coderr?
1315

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.
1517

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?
1719

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.
1921

20-
[Read more...](https://coderrapp.com)
2122

2223
## Getting started
2324

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/).
2626

2727
Unhandled exceptions will be picked up by the client libraries.
2828

@@ -42,11 +42,18 @@ public void UpdatePost(int uid, ForumPost post)
4242
}
4343
```
4444

45-
The context information will be attached as:
45+
The context information will in this case be attached as:
4646

4747
![](https://coderrapp.com/images/features/custom-context.png)
4848

49-
[Read more...](https://coderrapp.com/features/)
49+
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.
54+
55+
[Read more](https://coderr.io/features/)
56+
5057

5158
## Community
5259

0 commit comments

Comments
 (0)