sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

Sentry SDK for .NET

Results 339 sentry-dotnet issues
Sort by recently updated
recently updated
newest added

### 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...

bug
Impact: Medium
Effort: Medium
Platform: .NET

[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...

enhancement
ASP.NET Core
Azure Functions
Serverless
up-for-grabs
Platform: .NET

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()...

enhancement
Attachments
Impact: Medium
Effort: Large
Platform: .NET

### 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...

bug
Serilog
Platform: .NET

### 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...

enhancement
NLog
Impact: Small
Effort: Small
Platform: .NET

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...

Documentation

### 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...

Feature

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?

.NET Framework
Impact: Medium
Effort: Small
Platform: .NET

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...

enhancement
ASP.NET Core
Impact: Large
Effort: Large
Platform: .NET

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...

Feature