Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

SentryMinidump initialization #4

Open
stany9g opened this issue Jul 16, 2021 · 1 comment
Open

SentryMinidump initialization #4

stany9g opened this issue Jul 16, 2021 · 1 comment

Comments

@stany9g
Copy link

stany9g commented Jul 16, 2021

Environment

How do you use Sentry?
sentry.io

Which SDK and version?
latest

Steps to Reproduce

 SentryMinidump.Init(o =>
            {
                o.Dsn = "https://807eff2bb0bd4bb8bcfba5207e5af0c4@o818374.ingest.sentry.io/52132112";
                o.Debug = true;
            });

Leads to
System.EntryPointNotFoundException: 'Unable to find an entry point named 'sentry_options_new' in DLL 'sentry'.'

@bruno-garcia
Copy link
Member

Sounds like a dupe of #5

Do you use Sentry for .NET and also Sentry.Minidump on Windows?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants