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 759c086 commit fd19c36Copy full SHA for fd19c36
src/main.js
@@ -44,7 +44,7 @@ Sentry.init({
44
new Integrations.Vue({
45
Vue,
46
attachProps: true,
47
- logErrors: true
+ logErrors: !process.env.NODE_ENV === 'production' // Only log errors in dev env
48
})
49
]
50
0 commit comments