Features:
- Using [Sentry Protocol](https://github.com/getsentry/sentry-dotnet-protocol) as a dependency
- Environment can be set via `SentryOptions` 49
- Compress request body (configurable: Fastest, Optimal, Off) 63
- log4net integration
- SDK honors Sentry's 429 HTTP Status with Retry After header 61
Bug fixes:
- `Init` pushes the first scope 55, 54
- `Exception.Data` copied to `SentryEvent.Data` while storing the index of originating error.
- Demangling code ensures Function name available 64
- ASP.NET Core integration throws when Serilog added 65, 68, 67
Improvements to [the docs](https://getsentry.github.io/sentry-dotnet) like:
- Release discovery
- `ConfigureScope` clarifications
- Documenting samples
[Watch on youtube](https://www.youtube.com/watch?v=xK6a1goK_w0) how to use the ASP.NET Core integration
Download it directly from GitHub or using NuGet:
| Integrations | NuGet |
| ----------------------------- | -------------------: |
| **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) |