We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44888b commit 8a6a41cCopy full SHA for 8a6a41c
src/Sentry.Unity.Native/SentryNativeBridge.cs
@@ -16,7 +16,6 @@ internal static class SentryNativeBridge
16
{
17
public static bool Init(SentryUnityOptions options)
18
19
- _options = options;
20
_useLibC = Application.platform
21
is RuntimePlatform.LinuxPlayer or RuntimePlatform.LinuxServer
22
or RuntimePlatform.PS5;
0 commit comments