-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Corrected the online installation instructions
* Updated the internal reporting package to our OTE
- Loading branch information
gauffininteractive
committed
Sep 5, 2016
1 parent
b682862
commit e22e152
Showing
33 changed files
with
85 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
OneTrueError.Client installation | ||
================================= | ||
|
||
You've just installed the OneTrueError client. | ||
|
||
To get started add the following code to your application: | ||
|
||
var url = new Uri("http://yourServer/onetrueerror/"); | ||
OneTrue.Configuration.Credentials(url, "yourAppKey", "yourSharedSecret"); | ||
|
||
Once done you can report exceptions like this: | ||
|
||
try | ||
{ | ||
somelogic(); | ||
} | ||
catch(SomeException ex) | ||
{ | ||
OneTrue.Report(ex); | ||
} | ||
|
||
|
||
More information | ||
================= | ||
|
||
* http://onetrueerror.com/ - About the service | ||
* http://onetrueerror.com/documentation/client/index.md - Client documentation | ||
* http://onetrueerror.com/documentation/server/index.md - Server documentation (to extend/change the OnTrueError server source code) | ||
|
||
|
||
*this library requires that you have installed a OneTrueError server somewhere* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.