sentry-dotnet
sentry-dotnet copied to clipboard
Sentry SDK for .NET
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...
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...
https://www.nuget.org/packages/BinaryCompatChecker/
https://github.com/getsentry/sentry-dotnet/search?q=GetSubProperty
Support for: Microsoft.AspNet.WebApi
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...
Please mark the type framework used: - [ ] ASP.NET MVC - [ ] ASP.NET Web API (OWIN) - [x] ASP.NET Core - [ ] WPF - [ ] WinForms...
### 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 =...
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...
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...