Skip to content

Commit

Permalink
Event sampling, log4net, samples
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Aug 3, 2018
1 parent f198dd4 commit 189aaa1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ New .NET SDK for Sentry
| **Sentry** | [![NuGet](https://img.shields.io/nuget/vpre/Sentry.svg)](https://www.nuget.org/packages/Sentry) |
| **Sentry.AspNetCore** | [![NuGet](https://img.shields.io/nuget/vpre/Sentry.AspNetCore.svg)](https://www.nuget.org/packages/Sentry.AspNetCore) |
| **Sentry.Extensions.Logging** | [![NuGet](https://img.shields.io/nuget/vpre/Sentry.Extensions.Logging.svg)](https://www.nuget.org/packages/Sentry.Extensions.Logging) |
| **Sentry.Log4Net** | [![NuGet](https://img.shields.io/nuget/vpre/Sentry.Log4Net.svg)](https://www.nuget.org/packages/Sentry.Log4Net) |

## Documentation

Below you will find a basic introduction to the SDK and its API.

For more details, please: **refer to the [SDK documentation](https://getsentry.github.io/sentry-dotnet/index.html)**
For more details, please: **refer to the [SDK documentation](https://getsentry.github.io/sentry-dotnet/index.html)**.
Looking for samples using the NuGet packages? Check out [sentry-dotnet-samples](https://github.com/getsentry/sentry-dotnet-samples) repository.

## Usage

**Consider taking a look at the _[samples](https://github.com/getsentry/sentry-dotnet/tree/master/samples)_ directory for different types of apps and example usages of the SDK.**
Expand Down Expand Up @@ -68,6 +71,7 @@ The SDK needs to know which project within Sentry your errors should go to. That
The SDK is configurable, many of the settings are demonstrated through the samples but here are some options:

* HTTP Proxy
* Event sampling
* Enable request body extraction
* Read [diagnostics activity data]("https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md)
* BeforeSend: Callback to modify/reject event before sending
Expand Down

0 comments on commit 189aaa1

Please sign in to comment.