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
This client library is used to manually report exceptions to codeRR (`Err.Report(exception)`).
6
+
This client library is used to manually report exceptions to Coderr (`Err.Report(exception)`).
7
7
8
-
For more information about codeRR, check the[homepage](https://coderrapp.com).
8
+
For more information about Coderr, visit our[homepage](https://coderr.io).
9
9
10
-
# Installation
10
+
[Getting started guide](https://coderr.io/documentation/getting-started/)
11
11
12
-
1. Download and install the [codeRR server](https://github.com/coderrapp/coderr.server) or create an account at [coderrapp.com](https://coderrapp.com/live)
13
-
2. Install this client library (using nuget `coderr.client`)
14
-
3. Configure the credentials from your codeRR account in your `Program.cs`.
15
-
16
-
# Getting started
12
+
# Reporting the first error
17
13
18
14
Simply catch an exception and report it:
19
15
@@ -33,28 +29,22 @@ public void UpdatePost(int uid, ForumPost post)
0 commit comments