Skip to content

Commit 76f387e

Browse files
committed
#64 Added a link for sample usages to the readme.
1 parent e42ce0c commit 76f387e

File tree

8 files changed

+24
-0
lines changed

8 files changed

+24
-0
lines changed

Source/Platforms/Console/NuGet/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ of code to start reporting unhandled exceptions.
3434

3535
Exceptionless.ExceptionlessClient.Default.Register()
3636

37+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Sending-Events
38+
for examples on sending events to Exceptionless.
39+
3740
-------------------------------------
3841
Manually reporting an exception
3942
-------------------------------------

Source/Platforms/Mvc/NuGet/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ api key to the web.config Exceptionless section.
2323

2424
<exceptionless apiKey="API_KEY_HERE" />
2525

26+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Sending-Events
27+
for examples on sending events to Exceptionless.
28+
2629
-------------------------------------
2730
Manually reporting an exception
2831
-------------------------------------

Source/Platforms/Nancy/NuGet/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ unhandled exceptions. You will need to pass an Nancy.Bootstrapper.IPipelines ins
2929

3030
Exceptionless.ExceptionlessClient.Default.RegisterNancy(pipelines)
3131

32+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Sending-Events
33+
for examples on sending events to Exceptionless.
34+
3235
-------------------------------------
3336
Manually reporting an exception
3437
-------------------------------------

Source/Platforms/Web/NuGet/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ attribute to your WCF classes.
2828

2929
[ExceptionlessWcfHandleError]
3030

31+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Sending-Events
32+
for examples on sending events to Exceptionless.
33+
3134
-------------------------------------
3235
Manually reporting an exception
3336
-------------------------------------

Source/Platforms/WebApi/NuGet/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ If you are hosting Web API inside of ASP.NET, you would register Exceptionless l
3434

3535
Exceptionless.ExceptionlessClient.Default.RegisterWebApi(GlobalConfiguration.Configuration)
3636

37+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Sending-Events
38+
for examples on sending events to Exceptionless.
39+
3740
-------------------------------------
3841
Manually reporting an exception
3942
-------------------------------------

Source/Platforms/Windows/NuGet/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ of code to start reporting unhandled exceptions.
3434

3535
Exceptionless.ExceptionlessClient.Default.Register()
3636

37+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Sending-Events
38+
for examples on sending events to Exceptionless.
39+
3740
-------------------------------------
3841
Manually reporting an exception
3942
-------------------------------------

Source/Platforms/Wpf/NuGet/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ of code to start reporting unhandled exceptions.
3333

3434
Exceptionless.ExceptionlessClient.Default.Register()
3535

36+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Sending-Events
37+
for examples on sending events to Exceptionless.
38+
3639
-------------------------------------
3740
Manually reporting an exception
3841
-------------------------------------

Source/Shared/NuGet/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ place the above attribute outside of the entry assembly or calling assembly.
4141

4242
Exceptionless.ExceptionlessClient.Default.Configuration.ReadFromAttributes(typeof(MyClass).Assembly)
4343

44+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Sending-Events
45+
for examples on sending events to Exceptionless.
46+
4447
-------------------------------------
4548
Manually reporting an exception
4649
-------------------------------------

0 commit comments

Comments
 (0)