Skip to content

Commit 2373cc5

Browse files
committed
demo: update
1 parent 190da44 commit 2373cc5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

demo-vue/nativescript.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ module.exports = {
77
v8Flags: '--expose_gc',
88
markingMode: 'none',
99
},
10+
discardUncaughtJsExceptions:false
1011
};

demo-vue/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"readme": "README.md",
55
"repository": "http://www.github.com/nativescript-community/sentry.git",
66
"dependencies": {
7-
"@nativescript-community/sentry": "4.6.2",
7+
"@nativescript-community/sentry": "link:../plugin",
88
"@nativescript/core": "8.4.1",
99
"nativescript-vue": "2.9.3"
1010
},
@@ -23,8 +23,5 @@
2323
"vue": "~2.6.14",
2424
"vue-loader": "~15.9.8"
2525
},
26-
"main": "app/main",
27-
"resolutions": {
28-
"@nativescript-community/sentry": "portal:../plugin"
29-
}
26+
"main": "app/main"
3027
}

0 commit comments

Comments
 (0)