Skip to content

Gatsby plugin to add Sentry error tracking to your site.

License

Notifications You must be signed in to change notification settings

LoicMahieu/gatsby-plugin-sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-plugin-sentry

Gatsby plugin to add Sentry error tracking to your site.

Install

npm install --save @loicmahieu/gatsby-plugin-sentry

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: "@loicmahieu/gatsby-plugin-sentry",
    options: {
      dsn: "YOUR_SENTRY_DSN_URL",
      // Any sentry client settings, see https://docs.sentry.io/clients/node/config/#optional-settings
    }
  }
];

About

Gatsby plugin to add Sentry error tracking to your site.

Resources

License

Stars

Watchers

Forks

Packages

No packages published