1
1
{
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" ,
12
23
" 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" ,
14
30
" io.sentry:SentryBaseEvent" ,
15
31
" io.sentry:SentryEvent" ,
32
+ " io.sentry:SentryLevel" ,
16
33
" io.sentry:SentryOptions" ,
17
- " io.sentry:UserFeedback" ,
18
- " io.sentry:RequestDetails" ,
34
+ " io.sentry:SentryOptions.BeforeBreadcrumbCallback" ,
19
35
" 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
36
" 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"
39
46
]
40
47
}
0 commit comments