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

Sentry SDK for .NET

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

### Description There are frameworks that we don't have any specific Sentry integration for but that are instrumented with OTel... so in those cases people want to mix and match...

.NET

### Problem Statement The current implementation of profiling we have on `Sentry.Profiling` implements the old Sentry protocol. One of the big limitations of the current implementation is that it has...

Feature
Product: Profiling
.NET

### Description Most permissive OSS licenses require "ATTRIBUTION", or "NOTICE", or "ACKNOWLEDGEMENTS", or similar, when (parts of) the software are re-packaged/re-distributed. Most of our dependencies are through NuGet, so we...

.NET

### Package Sentry ### .NET Flavor .NET ### .NET Version 9.0.305 ### OS Windows ### OS Version 11 ### Development Environment Visual Studio v17.x ### SDK Version 5.15.1 ### Self-Hosted...

.NET
Needs Reproduction
User Feedback

GitHub release assets have checksums since early June: https://github.blog/changelog/2025-06-03-releases-now-expose-digests-for-release-assets/ ```sh $ gh api repos/getsentry/sentry-dotnet/releases/tags/5.14.0 \ --jq '.assets[] | select(.name == "Sentry.5.14.0.nupkg") | {name: .name, digest: .digest}' { "digest": "sha256:362de4e2c771a40aabd82fa5683ab716fd9a7ad877ef25f969613a49e84e2bf9", "name":...

Repository Maintenance
.NET
Blocked

### Description This allows trace propagation to work when sentry-client SDKs communicate with OTel instrumented backends. Implement at least for .NET MAUI. I suppose it's easiest though to implement this...

.NET
Improvement

todo: add new option to docs: https://docs.sentry.io/platforms/dotnet/configuration/options/ _Originally posted by @Flash0ver in https://github.com/getsentry/sentry-dotnet/pull/4452#discussion_r2373036113_

.NET
Docs

### Description The test fails in one run: - https://github.com/getsentry/sentry-dotnet/actions/runs/18169050327/job/51718932225?pr=4566#step:26:3084 Then passes upon retry: - https://github.com/getsentry/sentry-dotnet/actions/runs/18169050327?pr=4566 A lot of flaky tests in the issues right now, should we discuss why...

Flaky Test
.NET

https://github.com/getsentry/sentry-dotnet/blob/6f500b431da7360c155e5187a3a345e3158dff51/test/Sentry.Maui.Tests/MauiEventsBinderTests.Page.cs#L91-L95

### Description See developer docs: - https://github.com/getsentry/sentry-docs/pull/15026

.NET