feat: add Sentry error logging

This commit is contained in:
2020-04-03 14:07:42 +02:00
parent ae87f43f4e
commit b700f1dc30
3 changed files with 1513 additions and 1162 deletions
+5
View File
@@ -53,6 +53,7 @@ export default {
},
modules: [
'nuxt-i18n',
'@nuxtjs/sentry',
'@nuxtjs/vuetify',
['@nuxtjs/moment', { locales: ['sv'], defaultLocale: 'sv' }]
],
@@ -81,6 +82,10 @@ export default {
numberFormats
}
},
sentry: {
dsn: 'https://da2e8d42185a4013909d49955432a116@sentry.io/5187660',
config: {}, // Additional config
},
vuetify: {
optionsPath: './vuetify.options.js'
},