You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can reproduce the issue by simple following these steps:
Create from visual studio a "Blank App (Universal Windows)" project (keywords: c#, xaml, windows, UWP, Desktop)
2.
Add your Sentry 5.8.0 (latest version) library from NuGet to that project
3.
Configure the Sentry library at the start of the application as shown on your documentation (https://docs.sentry.io/platforms/dotnet/configuration/options/)
4.
Publish the UWP application in release mode and go through the Windows App Certification Kit process
Once you finish all these steps you will see the error as shown on the first screenshot that I sent. (Issue with the user32.dll library).
Came up from zendesk
We broke it in this change:
790e40d
With:
Relates to:
The text was updated successfully, but these errors were encountered: