@nativescript-community/sentry 4.6.7 → 4.6.9
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 +2 -2
- package/platforms/android/native-api-usage.json +36 -36
- package/CHANGELOG.md +0 -366
- package/platforms/android/sentry.aar +0 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nativescript-community/sentry",
|
3
|
-
"version": "4.6.
|
3
|
+
"version": "4.6.9",
|
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": "f2b46fe0bec3f545885eb7d44df5d3704c78ae66"
|
45
45
|
}
|
@@ -1,40 +1,40 @@
|
|
1
1
|
{
|
2
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
|
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.
|
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"
|
39
39
|
]
|
40
40
|
}
|
package/CHANGELOG.md
DELETED
@@ -1,366 +0,0 @@
|
|
1
|
-
# Change Log
|
2
|
-
|
3
|
-
All notable changes to this project will be documented in this file.
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
|
-
|
6
|
-
## [4.6.7](https://github.com/nativescript-community/sentry/compare/v4.6.6...v4.6.7) (2022-12-15)
|
7
|
-
|
8
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
## [4.6.6](https://github.com/nativescript-community/sentry/compare/v4.6.5...v4.6.6) (2022-12-09)
|
15
|
-
|
16
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
## [4.6.5](https://github.com/nativescript-community/sentry/compare/v4.6.4...v4.6.5) (2022-12-09)
|
23
|
-
|
24
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
## [4.6.4](https://github.com/nativescript-community/sentry/compare/v4.6.3...v4.6.4) (2022-12-09)
|
31
|
-
|
32
|
-
|
33
|
-
### Bug Fixes
|
34
|
-
|
35
|
-
* **android:** native sdk update ([633dd3a](https://github.com/nativescript-community/sentry/commit/633dd3aebed875bb7fb2e6c08eeca53c208756ea))
|
36
|
-
* **ios:** native sdk update with build fix ([b73b021](https://github.com/nativescript-community/sentry/commit/b73b021af47a59b40156503d1776928953d505ed))
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
## [4.6.3](https://github.com/nativescript-community/sentry/compare/v4.6.2...v4.6.3) (2022-12-08)
|
43
|
-
|
44
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
## [4.6.2](https://github.com/nativescript-community/sentry/compare/v4.6.1...v4.6.2) (2022-10-28)
|
51
|
-
|
52
|
-
|
53
|
-
### Bug Fixes
|
54
|
-
|
55
|
-
* **android:** native api usage fix ([ed64d44](https://github.com/nativescript-community/sentry/commit/ed64d449627eedec1c92233ac9b06baa97c0db70))
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
## [4.6.1](https://github.com/nativescript-community/sentry/compare/v4.6.0...v4.6.1) (2022-10-28)
|
62
|
-
|
63
|
-
|
64
|
-
### Bug Fixes
|
65
|
-
|
66
|
-
* **android:** native api usage fix ([4d5ab0c](https://github.com/nativescript-community/sentry/commit/4d5ab0cc513306291086f249d4a93677419f06fc))
|
67
|
-
* **android:** native api usage fix ([e8be88d](https://github.com/nativescript-community/sentry/commit/e8be88d98ae8a9867e426063de6ab0a39ec3a0e5))
|
68
|
-
* **android:** native-api-usage fix ([c69b747](https://github.com/nativescript-community/sentry/commit/c69b74712ef4fb9e9d701fd6c2fa4d40d4ad09c7))
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
# [4.6.0](https://github.com/nativescript-community/sentry/compare/v3.1.5...v4.6.0) (2022-10-19)
|
75
|
-
|
76
|
-
|
77
|
-
### Bug Fixes
|
78
|
-
|
79
|
-
* **android:** use latest gradle plugin requiring gradle 7+ ([7a29368](https://github.com/nativescript-community/sentry/commit/7a29368cb533548cbf2d5aee02b9d869c3181be0))
|
80
|
-
* improving integration ([7e8be4e](https://github.com/nativescript-community/sentry/commit/7e8be4e2d37f29d07b155d9c0f2e028c858f1039))
|
81
|
-
|
82
|
-
|
83
|
-
### Features
|
84
|
-
|
85
|
-
* bump to latest JS/native SDKs ([d63d12a](https://github.com/nativescript-community/sentry/commit/d63d12a837c7b0da7ed170360716169d9d79d3e5))
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
## [3.1.5](https://github.com/nativescript-community/sentry/compare/v3.1.4...v3.1.5) (2022-05-12)
|
92
|
-
|
93
|
-
|
94
|
-
### Bug Fixes
|
95
|
-
|
96
|
-
* **android:** native-api-usage fix ([a4075e6](https://github.com/nativescript-community/sentry/commit/a4075e66853149a2d291158684646abb8f96e271))
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
## [3.1.4](https://github.com/nativescript-community/sentry/compare/v3.1.3...v3.1.4) (2022-05-05)
|
103
|
-
|
104
|
-
|
105
|
-
### Bug Fixes
|
106
|
-
|
107
|
-
* **android:** native api usage fix ([052bab0](https://github.com/nativescript-community/sentry/commit/052bab0464e8a88882beb286ff2f955a436adb49))
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
## [3.1.3](https://github.com/nativescript-community/sentry/compare/v3.1.2...v3.1.3) (2022-03-24)
|
114
|
-
|
115
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
## [3.1.2](https://github.com/nativescript-community/sentry/compare/v3.1.1...v3.1.2) (2022-03-24)
|
122
|
-
|
123
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
## [3.1.1](https://github.com/nativescript-community/sentry/compare/v3.1.0...v3.1.1) (2022-03-03)
|
130
|
-
|
131
|
-
|
132
|
-
### Bug Fixes
|
133
|
-
|
134
|
-
* **android:** rollback gradle plugin version as it breaks build in some apps ([c1ccbb2](https://github.com/nativescript-community/sentry/commit/c1ccbb231ddf6f6b00816e8aeb4896e43e1368be))
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
# [3.1.0](https://github.com/nativescript-community/sentry/compare/v3.0.3...v3.1.0) (2022-02-18)
|
141
|
-
|
142
|
-
|
143
|
-
### Features
|
144
|
-
|
145
|
-
* update to latest Sentry SDK ([e863de2](https://github.com/nativescript-community/sentry/commit/e863de2aa339097b79665f7169f129369f5355f8))
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
## [3.0.3](https://github.com/nativescript-community/sentry/compare/v3.0.2...v3.0.3) (2022-01-25)
|
152
|
-
|
153
|
-
|
154
|
-
### Bug Fixes
|
155
|
-
|
156
|
-
* **android:** build fix by adding mavenCentral ([2d61ffc](https://github.com/nativescript-community/sentry/commit/2d61ffc755ef7fe396ae7a16e585d461bd025eb3))
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
## [3.0.2](https://github.com/nativescript-community/sentry/compare/v3.0.1...v3.0.2) (2022-01-24)
|
163
|
-
|
164
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
## [3.0.1](https://github.com/nativescript-community/sentry/compare/v3.0.0...v3.0.1) (2021-10-31)
|
171
|
-
|
172
|
-
|
173
|
-
### Bug Fixes
|
174
|
-
|
175
|
-
* **android:** gradle 7.0 support ([23a60b4](https://github.com/nativescript-community/sentry/commit/23a60b49b6ac26c4930ef153d38026a2ceadf522))
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
# [3.0.0](https://github.com/nativescript-community/sentry/compare/v2.1.1...v3.0.0) (2021-09-21)
|
182
|
-
|
183
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
## [2.1.1](https://github.com/nativescript-community/sentry/compare/v2.1.0...v2.1.1) (2021-09-21)
|
190
|
-
|
191
|
-
|
192
|
-
### Bug Fixes
|
193
|
-
|
194
|
-
* move to latest SDKs ([34e37fd](https://github.com/nativescript-community/sentry/commit/34e37fdea216741f76a99bf748c036b5319e3218))
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
# [2.1.0](https://github.com/nativescript-community/sentry/compare/v2.0.8...v2.1.0) (2021-02-24)
|
201
|
-
|
202
|
-
|
203
|
-
### Features
|
204
|
-
|
205
|
-
* update to latest SDKs REQUIRES Sentry 20.6.0 + ([b4db1a9](https://github.com/nativescript-community/sentry/commit/b4db1a95f0f265472512e1ee10ef39d965f94e44))
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
## [2.0.8](https://github.com/nativescript-community/sentry/compare/v2.0.7...v2.0.8) (2020-11-23)
|
212
|
-
|
213
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
## [2.0.7](https://github.com/nativescript-community/sentry/compare/v2.0.6...v2.0.7) (2020-11-22)
|
220
|
-
|
221
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
## [2.0.6](https://github.com/nativescript-community/sentry/compare/v2.0.5...v2.0.6) (2020-11-19)
|
228
|
-
|
229
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
## [2.0.5](https://github.com/nativescript-community/sentry/compare/v2.0.4...v2.0.5) (2020-11-02)
|
236
|
-
|
237
|
-
|
238
|
-
### Bug Fixes
|
239
|
-
|
240
|
-
* N 7 update ([1a03eec](https://github.com/nativescript-community/sentry/commit/1a03eeccc2b344e1fca4c23ce1a91b1c77df4354))
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
## [2.0.4](https://github.com/nativescript-community/sentry/compare/v2.0.3...v2.0.4) (2020-11-02)
|
247
|
-
|
248
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
## [2.0.3](https://github.com/nativescript-community/sentry/compare/v2.0.2...v2.0.3) (2020-09-02)
|
255
|
-
|
256
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
## [2.0.2](https://github.com/nativescript-community/sentry/compare/v2.0.1...v2.0.2) (2020-09-02)
|
263
|
-
|
264
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
## [2.0.1](https://github.com/nativescript-community/sentry/compare/v2.0.0...v2.0.1) (2020-09-02)
|
271
|
-
|
272
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
# [2.0.0](https://github.com/nativescript-community/sentry/compare/v1.0.0...v2.0.0) (2020-07-22)
|
279
|
-
|
280
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
# [1.0.0](https://github.com/nativescript-community/sentry/compare/v0.0.9...v1.0.0) (2020-07-22)
|
287
|
-
|
288
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
## [0.0.9](https://github.com/nativescript-community/sentry/compare/v0.0.8...v0.0.9) (2020-07-22)
|
295
|
-
|
296
|
-
|
297
|
-
### Bug Fixes
|
298
|
-
|
299
|
-
* update to latest SDK ([3f02271](https://github.com/nativescript-community/sentry/commit/3f02271bda4ca548606fa91ce50cd5ace198e7ef))
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
## [0.0.8](https://github.com/nativescript-community/sentry/compare/v0.0.7...v0.0.8) (2020-06-22)
|
306
|
-
|
307
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
## [0.0.7](https://github.com/nativescript-community/sentry/compare/v0.0.6...v0.0.7) (2020-04-02)
|
314
|
-
|
315
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
## [0.0.6](https://github.com/nativescript-community/sentry/compare/v0.0.5...v0.0.6) (2020-04-01)
|
322
|
-
|
323
|
-
|
324
|
-
### Bug Fixes
|
325
|
-
|
326
|
-
* major update of the android sdk ([dd415cb](https://github.com/nativescript-community/sentry/commit/dd415cb55c35230063ce860e72c64baa6415d5a4))
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
## [0.0.5](https://github.com/nativescript-community/sentry/compare/v0.0.4...v0.0.5) (2020-01-29)
|
333
|
-
|
334
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
## [0.0.4](https://github.com/nativescript-community/sentry/compare/v0.0.3...v0.0.4) (2020-01-29)
|
341
|
-
|
342
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
## [0.0.3](https://github.com/nativescript-community/sentry/compare/v0.0.2...v0.0.3) (2020-01-27)
|
349
|
-
|
350
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
## [0.0.2](https://github.com/nativescript-community/sentry/compare/v0.0.1...v0.0.2) (2020-01-27)
|
357
|
-
|
358
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
## 0.0.1 (2020-01-27)
|
365
|
-
|
366
|
-
**Note:** Version bump only for package @nativescript-community/sentry
|
Binary file
|