sentry-dotnet-minidump
sentry-dotnet-minidump copied to clipboard
Capture Minidump of .NET Applications
The minidump created by `crashpad` works fine and all native frames get correctly symbolicated. But to expand the server into symbolicating managed frames, `DAC EnumMemoryRegions` needs to be used to...
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? .NET 3.8.2 ### Steps to Reproduce 1. My app was already using Sentry for .NET 2....
### Environment How do you use Sentry? sentry.io Which SDK and version? latest ### Steps to Reproduce ``` SentryMinidump.Init(o => { o.Dsn = "https://[email protected]/52132112"; o.Debug = true; }); ``` **Leads...
We could expand the public API and maybe ship it as `Sentry.Native` in that case.