sentry-dotnet-minidump
sentry-dotnet-minidump copied to clipboard
SentryMinidump initialization
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 to System.EntryPointNotFoundException: 'Unable to find an entry point named 'sentry_options_new' in DLL 'sentry'.'
Sounds like a dupe of #5
Do you use Sentry for .NET and also Sentry.Minidump on Windows?