Skip to content

Use AppSignal Express and Vue integration with Nuxt ๐Ÿ›

Notifications You must be signed in to change notification settings

significantbit/nuxt-appsignal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

AppSignal module for Nuxt

Use AppSignal with Nuxt

Usage

export default {
  modules: [
    '@sigbit/nuxt-appsignal',
  ],
  appsignal: {
    // AppSignal config
    // ...

    // Passed to @appsignal/node
    nodeConfig: {},
    // Passed to @appsignal/javascript
    javascriptConfig: {},
  }
}

AppSignal name and revision

AppSignal will automatically use your app name and version from package.json to tag errors.

About

Use AppSignal Express and Vue integration with Nuxt ๐Ÿ›

Resources

Stars

Watchers

Forks

Packages

No packages published