Skip to content

Commit 5886e27

Browse files
committed
fix(android): improved native-api-usage
1 parent b9640db commit 5886e27

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
22
"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*",
12-
"io.sentry:Breadcrumb*",
13-
"io.sentry:SentryLevel*",
14-
"io.sentry:SentryBaseEvent*",
15-
"io.sentry:SentryEvent*",
16-
"io.sentry:SentryOptions*",
17-
"io.sentry:UserFeedback*",
18-
"io.sentry:RequestDetails*",
19-
"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*",
34-
"io.sentry:UncaughtExceptionHandlerIntegration*",
35-
"io.sentry.android.core:AnrIntegration*",
36-
"io.sentry.android.core:NdkIntegration*",
37-
"io.sentry.exception:ExceptionMechanismException*",
38-
"io.sentry:ScopeCallback*"
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",
12+
"io.sentry:Breadcrumb",
13+
"io.sentry:SentryLevel",
14+
"io.sentry:SentryBaseEvent",
15+
"io.sentry:SentryEvent",
16+
"io.sentry:SentryOptions",
17+
"io.sentry:UserFeedback",
18+
"io.sentry:RequestDetails",
19+
"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",
34+
"io.sentry:UncaughtExceptionHandlerIntegration",
35+
"io.sentry.android.core:AnrIntegration",
36+
"io.sentry.android.core:NdkIntegration",
37+
"io.sentry.exception:ExceptionMechanismException",
38+
"io.sentry:ScopeCallback"
3939
]
4040
}

0 commit comments

Comments
 (0)