@nativescript-community/sentry 4.6.8 → 4.6.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nativescript-community/sentry",
|
3
|
-
"version": "4.6.
|
3
|
+
"version": "4.6.10",
|
4
4
|
"description": "A cross-platform application monitoring tool, with a focus on error reporting.",
|
5
5
|
"main": "./index",
|
6
6
|
"typings": "./index.d.ts",
|
@@ -41,5 +41,5 @@
|
|
41
41
|
"@sentry/utils": "7.15.0",
|
42
42
|
"stacktrace-parser": "^0.1.10"
|
43
43
|
},
|
44
|
-
"gitHead": "
|
44
|
+
"gitHead": "c4148283b79b6251bf1696ffb8e5e370a0260ebb"
|
45
45
|
}
|
@@ -1,40 +1,47 @@
|
|
1
1
|
{
|
2
|
-
"uses":[
|
3
|
-
"
|
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",
|
23
|
+
"io.sentry:Breadcrumb",
|
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",
|
30
|
+
"io.sentry:SentryBaseEvent",
|
31
|
+
"io.sentry:SentryEvent",
|
32
|
+
"io.sentry:SentryLevel",
|
33
|
+
"io.sentry:SentryOptions",
|
34
|
+
"io.sentry:SentryOptions.BeforeBreadcrumbCallback",
|
35
|
+
"io.sentry:SentryOptions.BeforeSendCallback",
|
36
|
+
"io.sentry:UncaughtExceptionHandlerIntegration",
|
37
|
+
"io.sentry:UserFeedback",
|
4
38
|
"java.lang:Boolean",
|
5
39
|
"java.lang:Integer",
|
40
|
+
"java.lang:Long",
|
6
41
|
"java.lang:Thread",
|
7
42
|
"java.nio.charset:Charset",
|
8
43
|
"java.nio:CharBuffer",
|
9
44
|
"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"
|
45
|
+
"java.util:UUID"
|
39
46
|
]
|
40
47
|
}
|