Skip to content

Commit 57800b3

Browse files
committed
fix(android): missing native-api-usage
1 parent f2b46fe commit 57800b3

File tree

1 file changed

+38
-31
lines changed

1 file changed

+38
-31
lines changed
+38-31
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,47 @@
11
{
2-
"uses":[
3-
"java.lang:Long",
4-
"java.lang:Boolean",
5-
"java.lang:Integer",
6-
"java.lang:Thread",
7-
"java.nio.charset:Charset",
8-
"java.nio:CharBuffer",
9-
"java.util:Map",
10-
"java.util:UUID",
11-
"io.sentry:Sentry",
2+
"uses": [
3+
"io.sentry.android.core.internal.util:ScreenshotUtils",
4+
"io.sentry.android.core:AndroidLogger",
5+
"io.sentry.android.core:AnrIntegration",
6+
"io.sentry.android.core:AppStartState",
7+
"io.sentry.android.core:BuildInfoProvider",
8+
"io.sentry.android.core:CurrentActivityHolder",
9+
"io.sentry.android.core:NdkIntegration",
10+
"io.sentry.android.core:SentryAndroid",
11+
"io.sentry.exception:ExceptionMechanismException",
12+
"io.sentry.protocol:Message",
13+
"io.sentry.protocol:SdkVersion",
14+
"io.sentry.protocol:SentryException",
15+
"io.sentry.protocol:SentryId",
16+
"io.sentry.protocol:SentryPackage",
17+
"io.sentry.protocol:SentryStackFrame",
18+
"io.sentry.protocol:SentryStackTrace",
19+
"io.sentry.protocol:User",
20+
"io.sentry.transport:AsyncHttpTransport",
21+
"io.sentry.transport:ITransportGate",
22+
"io.sentry.transport:RateLimiter",
1223
"io.sentry:Breadcrumb",
13-
"io.sentry:SentryLevel",
24+
"io.sentry:ILogger",
25+
"io.sentry:ITransportFactory",
26+
"io.sentry:RequestDetails",
27+
"io.sentry:ScopeCallback",
28+
"io.sentry:Sentry",
29+
"io.sentry:Sentry.OptionsConfiguration",
1430
"io.sentry:SentryBaseEvent",
1531
"io.sentry:SentryEvent",
32+
"io.sentry:SentryLevel",
1633
"io.sentry:SentryOptions",
17-
"io.sentry:UserFeedback",
18-
"io.sentry:RequestDetails",
34+
"io.sentry:SentryOptions.BeforeBreadcrumbCallback",
1935
"io.sentry:SentryOptions.BeforeSendCallback",
20-
"io.sentry.protocol:User",
21-
"io.sentry.protocol:SentryStackTrace",
22-
"io.sentry.protocol:SentryStackFrame",
23-
"io.sentry.protocol:SentryException",
24-
"io.sentry.protocol:SdkVersion",
25-
"io.sentry.protocol:SentryPackage",
26-
"io.sentry.protocol:SentryId",
27-
"io.sentry.protocol:Message",
28-
"io.sentry:ILogger",
29-
"io.sentry.transport:ITransportGate",
30-
"io.sentry:ITransportFactory",
31-
"io.sentry.transport:AsyncHttpTransport",
32-
"io.sentry.transport:RateLimiter",
33-
"io.sentry.android.core:SentryAndroid",
3436
"io.sentry:UncaughtExceptionHandlerIntegration",
35-
"io.sentry.android.core:AnrIntegration",
36-
"io.sentry.android.core:NdkIntegration",
37-
"io.sentry.exception:ExceptionMechanismException",
38-
"io.sentry:ScopeCallback"
37+
"io.sentry:UserFeedback",
38+
"java.lang:Boolean",
39+
"java.lang:Integer",
40+
"java.lang:Long",
41+
"java.lang:Thread",
42+
"java.nio.charset:Charset",
43+
"java.nio:CharBuffer",
44+
"java.util:Map",
45+
"java.util:UUID"
3946
]
4047
}

0 commit comments

Comments
 (0)