gatsby-plugin-sentry icon indicating copy to clipboard operation
gatsby-plugin-sentry copied to clipboard

Gatsby plugin to add Sentry error tracking to your site.

Results 12 gatsby-plugin-sentry issues
Sort by recently updated
recently updated
newest added

This plugin doesn't seem to allow to works with `beforeSend` callback on Sentry. As it runs on `gatsby-config`, the callback is never called if you set it. Please, advise.

Hello! Instead of forcing to install the latest `@sentry/browser`, allow choosing version by adding a sentry browser as a peer dependency or at least a range of supported versions. With...

Whenever I activate the Sentry plugin, I get a set of CORS errors that I don't receive without the plugin. I can't figure out what might be causing them. Below...

We're trying out this plugin and from what we understand from the doc, this enables collection of errors in the "frontend" part of gatsby. Any chance of getting the functionality...

How can I integrate this with LogRocket? On the docs, they recommend the following (but not sure how to use this with the gatsby plugin): To set up Sentry, add...

I Followed the documentation and can't manage to use this. I have in **gatsby-config.js** in plugins:[] ``` { resolve: 'gatsby-plugin-sentry', options: { dsn: MYURL, // Optional settings, see https://docs.sentry.io/clients/node/config/#optional-settings environment:...

The recommended way to split code in Gatsby v2 is by using `import()`. https://www.gatsbyjs.org/docs/how-code-splitting-works/

I have followed the instructions and I got this error `Error 'Sentry' is not defined no-undef` Gatsby: `2.2.9`, React: `16.8.5`, Gatsby-sentry: `1.0.1`, Node: `10.15.3`,

I had a problem in my project that uses yarn workspaces, in that I had multiple workspaces depending on `@sentry/browser`, but they wouldn't dedupe and an old version was persistently...

I'm getting an error when running yarn develop. ``` ERROR Failed to compile with 1 errors 22:46:08 error in ./src/components/ErrorBoundary/ErrorBoundary.jsx Module Error (from ./node_modules/eslint-loader/index.js): /Users/test/workspace/private/graphcms-calculator/src/components/ErrorBoundary/ErrorBoundary.jsx 11:5 error 'Sentry' is not...