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

Windows has a built-in system "WER", Windows Error Reporting. It's a service that runs in Windows, detects application crashes, and submits information (minidumps) back to Windows. It would be useful...

Question
Blocked

Is it possible to get the Sentry Tracing to work, when using the Sentry Serilog ASP Core integration Library? Sorry to log this as a bug, it's more of a...

Question
ASP.NET Core
Documentation
Serilog

https://www.nuget.org/packages/BinaryCompatChecker/

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

https://github.com/getsentry/sentry-dotnet/search?q=GetSubProperty

Performance Product
DiagnosticSource
Impact: Small
Effort: Small
Platform: .NET

Support for: Microsoft.AspNet.WebApi

Feature
Framework: ASP.NET
Framework: WebApi
Up-For-Grabs
New Package

While sending events from an Android device, a weird frame rendering showed up: The reason was the JSON payload including a single frame with `inApp=true` and nothing else. Avoid adding...

Bug

Please mark the type framework used: - [ ] ASP.NET MVC - [ ] ASP.NET Web API (OWIN) - [x] ASP.NET Core - [ ] WPF - [ ] WinForms...

Bug
ASP.NET Core
Microsoft.Extensions.Logging

### Environment Sentry.io / NuGet package 3.12.0 / .NET 6.0 ### Steps to Reproduce 1. Create a sample project with ```csharp using (SentrySdk.Init(o => { o.Dsn = ""; o.AutoSessionTracking =...

bug
Impact: Small
Effort: Small
Platform: .NET

Currently the `CacheDirectoryPath` property enabled offline caching of events, and the persistency of the "InstalationId" that uniquely identifies a device without any privacy concerns (it's a random ID so can't...

Feature
Product: Release Health
Offline Caching

If you use both `Sentry.AspNetCore` and `Sentry.Serilog` and set DSN with the Serilog integration, Sentry doesn't work. So, to fix it, you should configure Sentry with `UseSentry()` from ASP .NET...

Documentation