Use AppSignal with Nuxt
export default {
modules: [
'@sigbit/nuxt-appsignal',
],
appsignal: {
// AppSignal config
// ...
// Passed to @appsignal/node
nodeConfig: {},
// Passed to @appsignal/javascript
javascriptConfig: {},
}
}
AppSignal will automatically use your app name and version from package.json
to tag errors.