1.6.0 • Published 4 years ago

@loicmahieu/gatsby-plugin-sentry v1.6.0

Weekly downloads
130
License
MIT
Repository
github
Last release
4 years ago

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
    }
  }
];
1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago