-
-
Notifications
You must be signed in to change notification settings - Fork 230
Don't load SentryNative on unsupported platforms #4343
Copy link
Copy link
Closed
Labels
.NETPull requests that update .net codePull requests that update .net codeBugSomething isn't workingSomething isn't working
Description
@devtekve Thanks a lot for the test case, very helpful! 👍 I should've guessed from "Mac" being mentioned that this was ARM64. 🙂 sentry-dotnet currently has native support for
linux-x64,linux-arm64, andlinux-musl-x64. The target you use i.e.linux-musl-arm64is missing, unfortunately. While sentry-dotnet should be fixed not to try to load the native library on an unsupported platform, you probably don't even need native for your deployment, maybe you could set-p:SentryNative=falseto get past the loading issue? Feel free to open a request to add native support onlinux-musl-arm64if it's relevant for your use case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
.NETPull requests that update .net codePull requests that update .net codeBugSomething isn't workingSomething isn't working
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
Status
No status