-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shouldSendCallback() not working #2253
Comments
There's no such thing as |
@kamilogorek I see, is |
This page needs updating: https://help.sentry.io/account/billing/do-ignored-events-in-the-ui-count-towards-my-quota/ And this is an updated link to before_send https://docs.sentry.io/platforms/python/configuration/options/#before-send |
Thanks, updated https://github.com/getsentry/static-sites/pull/406 |
Package + Version
@sentry/browser
@sentry/node
raven-js
raven-node
(raven for node)Version:
Description
I'm trying to leverage
shouldSendCallback
anddataCallback
, but nothing get's logged when I forcefully throw errors. However,beforeSend
does log the event when the forced errors occur.So I am confused why
beforeSend
method works with console.log(), but the other two do not.I've been using Sentry for a few months and everything has worked fine, it is only now with the two methods mentioned above that I cannot seem to get them to log anything for me to confirm they are working.
My config:
The text was updated successfully, but these errors were encountered: