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 c85438f commit fd1b9afCopy full SHA for fd1b9af
src/Sentry.Unity.Android/SentryJava.cs
@@ -32,7 +32,7 @@ public static class SentryJava
32
public static void Close()
33
{
34
using var jo = new AndroidJavaObject("io.sentry.Sentry");
35
- jo.CallStatic<AndroidJavaObject>("close");
+ jo.CallStatic("close");
36
}
37
38
0 commit comments