sentry-dotnet
sentry-dotnet copied to clipboard
Sentry SDK for .NET
### Package Sentry.AspNetCore ### .NET Flavor .NET Core ### .NET Version 6.0.0 ### OS Windows ### SDK Version 3.17.1 ### Self-Hosted Sentry Version _No response_ ### Steps to Reproduce Sample...
[Azure functions support DI](https://docs.microsoft.com/en-us/azure/azure-functions/functions-dotnet-dependency-injection). Right now the entry point is on `IWebHost`. This is not expose on serverless environments. Which means users need to `Init` and `Dispose` the SDK on...
Hi, Sentry is great! I am however missing a way to add an attachment to an outgoing event in the `BeforeSend` callback. For example: ```csharp using var host = Host.CreateDefaultBuilder()...
### Environment How do you use Sentry? Sentry SaaS Which SDK and version? .NET 5, Sentry.Serilog 3.14.1, Sentry sdk 3.13.0 ### Steps to Reproduce I use Serilog with Sentry to...
### Package Sentry.Nlog ### .NET Flavor .NET ### .NET Version 4.7.2 ### OS Windows ### SDK Version 3.17.1 ### Self-Hosted Sentry Version _No response_ ### Steps to Reproduce Use the...
Only the API reference should live on `gh-pages`, all docs are done on docs.sentry.io. * Remove any documentation (such as the log4net docs) and point to docs.sentry.io * Let the...
### Problem Statement It should be easier to create a "User Consent" workflow, where events are only sent to Sentry after a user approves the specific events. ### Solution Brainstorm...
so v7 of System.Text.Json drops support for net461 https://www.nuget.org/packages/System.Text.Json/7.0.0-preview.4.22229.4 So i assume we need to change the min target to 462?
The current implementation for MS's DI is for `IWebHostBuilder`, but given the new Generic Hosts, I think more and more will use the `IHostBuilder` builder. Please add a `.UseSentry()` for...
We've added a [nice API to add data to an event](https://github.com/getsentry/sentry-dotnet/pull/834/files) through the instance of the exception. To extend that to add attachments, we have the problem that attachments live...