Skip to content

Commit ed8aa19

Browse files
committedOct 16, 2018
2 parents f86023f + 8fb996d commit ed8aa19

File tree

4 files changed

+38
-27
lines changed

4 files changed

+38
-27
lines changed
 

‎LICENSE

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
OneTrueError Server
2-
Copyright (C) 2016 Gauffin Interactive AB
1+
Coderr Server
2+
Copyright (C) 2018 1TCompany AB
33

44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU Affero General Public License as published by
@@ -18,4 +18,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

1919
More information is found here:
2020

21-
http://onetrueerror.com/licensing/
21+
https://coderr.io/features/

‎ReadMe.md

+35-24
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
1-
codeRR Community Server
1+
Coderr Community Server
22
=============================
33

4-
[![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)]()
4+
[![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-
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!
77

8-
![OSS screenshot](docs/screenshot.png)
8+
![OSS screenshot of v2.0](docs/screenshot.png)*screenshot is from the version 2.0 beta*
99

10-
.. don't want to host/maintain your own server? Try [codeRR Live](https://coderrapp.com/live/)
1110

12-
## What's in it for me?
11+
.. don't want to host/maintain your own server? Try [Coderr Live](https://coderr.io/live/)
1312

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

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

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

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

2222
## Getting started
2323

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

27-
Unhandled exceptions will be picked up by the client libraries.
26+
**Unhandled exceptions will automatically be reported by the client libraries.**
2827

29-
To report exceptions yourself:
28+
To report exceptions manually:
3029

3130
```csharp
3231
public void UpdatePost(int uid, ForumPost post)
@@ -37,27 +36,39 @@ public void UpdatePost(int uid, ForumPost post)
3736
}
3837
catch (Exception ex)
3938
{
40-
OneTrue.Report(ex, new{ UserId = uid, ForumPost = post });
39+
Err.Report(ex, new{ UserId = uid, ForumPost = post });
4140
}
4241
}
4342
```
4443

45-
The context information will be attached as:
44+
The context information will in this case be attached as:
45+
46+
![](https://coderr.io/images/features/custom-context.png)
47+
48+
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.
53+
54+
[Read more](https://coderr.io/features/)
55+
56+
57+
## About us
4658

47-
![](https://coderrapp.com/images/features/custom-context.png)
59+
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.
4860

49-
[Read more...](https://coderrapp.com/features/)
5061

5162
## Community
5263

53-
* [Discussion board](http://discuss.coderrapp.com)
54-
* [Report bugs](https://github.com/coderrapp/coderr.server/issues)
55-
* [Documentation](https://coderrapp.com/documentation)
56-
* [Commercial support](mailto:support@coderrapp.com?subject=Commercial%20support%20inquiry)
64+
* [Discussion board](http://discuss.coderr.io)
65+
* [Report bugs](https://github.com/coderr.io/coderr.server/issues)
66+
* [Documentation](https://coderr.io/documentation)
67+
* [Commercial support](mailto:support@coderr.io?subject=Commercial%20support%20inquiry)
5768

5869
## Licensing
5970

6071
* Community Server: [AGPL](License)
6172
* Client libraries: [Apache 2.0](https://opensource.org/licenses/apache-2.0)
62-
* [codeRR Live](https://coderrapp.com/live): Commercial
63-
* [codeRR OnPremise](https://coderrapp.com/live): Commercial
73+
* [Coderr Live](https://coderr.io/live): Commercial
74+
* [Coderr OnPremise](https://coderr.io/features): Commercial

‎docs/analyze-incident.png

51.5 KB
Loading

‎docs/screenshot.png

1.18 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.