-
-
Notifications
You must be signed in to change notification settings - Fork 226
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.
jpnurmidevtekve
Metadata
Metadata
Assignees
Labels
.NETPull requests that update .net codePull requests that update .net codeBugSomething isn't workingSomething isn't working
Projects
Status
Done
Status
No status