mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-25 17:30:34 +01:00
Import Sentry
This commit is contained in:
@@ -83,6 +83,13 @@ const env = {
|
||||
path: process.cwd()
|
||||
}
|
||||
|
||||
const sentry = {
|
||||
dsn: process.env.SENTRY_DSN,
|
||||
config: {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
export default [
|
||||
['@nuxtjs/axios', axios],
|
||||
['nuxt-i18n', i18n],
|
||||
@@ -91,6 +98,6 @@ export default [
|
||||
['@nuxtjs/robots', robots],
|
||||
['@nuxtjs/sitemap', sitemap],
|
||||
['@nuxtjs/redirect-module', redirect],
|
||||
['@nuxtjs/dotenv', env]
|
||||
|
||||
['@nuxtjs/dotenv', env],
|
||||
['@nuxtjs/sentry', sentry]
|
||||
] as NuxtOptionsModule[]
|
||||
|
||||
Reference in New Issue
Block a user