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

#578 added parsing of Mono stacktraces. Part of the data it reads can be used to symbolicate frames with `pdb`s. But until Sentry adds support to it, there's no where...

enhancement
Impact: Large
Effort: Large
Platform: .NET

Please mark the type framework used: ASP.NET MVC Please mark the type of the runtime used: .NET Framework Please mark the NuGet packages used: Sentry.Extensions.Logging Version: 2.0.3 I can't find...

Feature
Microsoft.Extensions.Logging

When attempting to integrate with sentry .net using the nlog integration, I noticed that device context wasn't being sent up like other platforms already do. The older raven-csharp sdk appears...

Feature

Whenever possible we'd like to opt-in to features so users get the value without having to be aware or make a decision. `AttachStacktrace`=true would be such a feature. The trade...

Repository Maintenance

We removed codecov report from GH actions because it was flaky to generate reports Once there's a non-flaky alternative to getting coverage reports in CI, please address this.

Repository maintenance
Impact: Small
Effort: Small
Platform: .NET

Sentry docs doesn't document the SDK features like: Incomplete list follows: ## Main Sentry SDK (all .NET apps): ### Captures automatically: * [Unhandled Exceptions](https://docs.microsoft.com/en-us/dotnet/api/system.appdomain.unhandledexception) * [Unobserved Task Exceptions](https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.taskscheduler.unobservedtaskexception) ### Other...

Documentation

Please mark the type framework used: ASP.NET Core * Version: 2.1 Please mark the type of the runtime used: .NET Framework * Version: 4.7.2 Please mark the NuGet packages used:...

enhancement
Microsoft.Extensions.Logging
Impact: Small
Effort: Small
Platform: .NET

If there are useful context data available through Win32, we could get that data when `net5-windows` for example. [Consider `cswin32` for binding.](https://github.com/microsoft/cswin32) There are also UWP APIs available, for example:...

Feature
Windows

The attachments should offer a flag `addToTransactions`, that specific if the attachment is added to transactions or not. The default should be `false`. See https://develop.sentry.dev/sdk/features/#attachments Related to https://github.com/getsentry/sentry-java/issues/1185

Feature

### Problem Statement Sentry supports screenshots for UI frameworks. This is adopted in Sentry's iOS, Android, Unity and Xamarin SDKs. ![image](https://user-images.githubusercontent.com/1633368/175831725-e33344cd-a399-41dd-b72e-63ef281d7728.png) This potentially could be made available on desktop (WPF/WinForms/Avalonia/Uno)...

enhancement
MAUI
Impact: Large
Effort: Medium
Platform: .NET
Android