Skip to content

Commit 7a4bf81

Browse files
committed
chore: add preview image and package.json updates
1 parent 5085b1b commit 7a4bf81

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

images/preview.png

81.1 KB
Loading

plugin/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"name": "@nativescript-community/sentry",
33
"version": "2.0.6",
4+
"description": "A cross-platform application monitoring tool, with a focus on error reporting.",
45
"main": "./index",
56
"typings": "./index.d.ts",
6-
"repository": {
7-
"type": "git",
8-
"url": "git+https://github.com/nativescript-community/sentry.git"
9-
},
107
"sideEffects": false,
118
"nativescript": {
129
"platforms": {
@@ -18,7 +15,8 @@
1815
"NativeScript",
1916
"JavaScript",
2017
"Android",
21-
"iOS"
18+
"iOS",
19+
"Vue"
2220
],
2321
"author": {
2422
"name": "Martin Guillon",
@@ -28,7 +26,10 @@
2826
"bugs": {
2927
"url": "https://github.com/nativescript-community/sentry/issues"
3028
},
31-
"homepage": "https://github.com/nativescript-community/sentry#readme",
29+
"repository": {
30+
"type": "git",
31+
"url": "https://github.com/nativescript-community/sentry"
32+
},
3233
"dependencies": {
3334
"@sentry/browser": "^5.27.2",
3435
"@sentry/core": "^5.27.2",

0 commit comments

Comments
 (0)