We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190da44 commit 2373cc5Copy full SHA for 2373cc5
demo-vue/nativescript.config.js
@@ -7,4 +7,5 @@ module.exports = {
7
v8Flags: '--expose_gc',
8
markingMode: 'none',
9
},
10
+ discardUncaughtJsExceptions:false
11
};
demo-vue/package.json
@@ -4,7 +4,7 @@
4
"readme": "README.md",
5
"repository": "http://www.github.com/nativescript-community/sentry.git",
6
"dependencies": {
- "@nativescript-community/sentry": "4.6.2",
+ "@nativescript-community/sentry": "link:../plugin",
"@nativescript/core": "8.4.1",
"nativescript-vue": "2.9.3"
@@ -23,8 +23,5 @@
23
"vue": "~2.6.14",
24
"vue-loader": "~15.9.8"
25
26
- "main": "app/main",
27
- "resolutions": {
28
- "@nativescript-community/sentry": "portal:../plugin"
29
- }
+ "main": "app/main"
30
}
0 commit comments