getsentry / sentry-xamarin

Sentry for Xamarin Native and Xamarin.Forms
https://docs.sentry.io/platforms/dotnet/guides/xamarin/
44 stars 11 forks source link

Fix: PlatformNotSupportedException on UWP Exceptions #49

Closed lucas-zimerman closed 3 years ago

lucas-zimerman commented 3 years ago

Ben Demystifier doesn't support .NET Native so we have to disable it for the UWP platform.

See https://github.com/benaadams/Ben.Demystifier/issues/51#issuecomment-777311071 for more information.

bruno-garcia commented 3 years ago

Ben Demystifier doesn't support .NET Native so we have to disable it for the UWP platform.

See https://github.com/benaadams/Ben.Demystifier/issues/51#issuecomment-777311071 for more information.

We could opt out of the enhanced mode in the core sdk if detecting dotnet native at runtime during init

lucas-zimerman commented 3 years ago

Closing this PR in favor of https://github.com/getsentry/sentry-dotnet/pull/821