gatsby-plugin-sentry
gatsby-plugin-sentry copied to clipboard
Working with beforeSend callback
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.
@BrOrlandi did you find out if it is it possible to use the beforeSend callback with gatsby-plugin-sentry?
Anyone ever find out how to call beforeSend with gatsby-sentry?
Appears like it should work as the params are passed straight through: https://github.com/octalmage/gatsby-plugin-sentry/blob/master/gatsby-browser.js#L4
But it doesn't seem to be working for me.