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

Working with beforeSend callback

Open BrOrlandi opened this issue 4 years ago • 3 comments

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 avatar May 23 '20 03:05 BrOrlandi

@BrOrlandi did you find out if it is it possible to use the beforeSend callback with gatsby-plugin-sentry?

filiplindbladh avatar Oct 07 '20 14:10 filiplindbladh

Anyone ever find out how to call beforeSend with gatsby-sentry?

adamkoch avatar Apr 27 '24 22:04 adamkoch

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.

adamkoch avatar Apr 27 '24 22:04 adamkoch