-
Notifications
You must be signed in to change notification settings - Fork 6
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
Deal with error spikes caused by SWC email campaigns #848
Comments
According to this message and the docs from sentry, we should be able to ignore those errors on Sentry by just adding the following regex: This regex will filter out any string that contains the substring |
Yup, we do this here, now just need to figure out how to ignore in mixpanel |
@paulovictor-cb reopening as it didn't prevent the errors from triggering as expected |
Every time SWC team sends emails out to advocates we see a spike in error rates on the site. See this mixpanel view. Looking in sentry to correlate the error pages to actual exceptions yields examples like this. The error message is not helpful, but if you scroll down to the breadcrumbs you see we log the message "antifingerprint not defined yet. will try and handle event after its ready".
Investigating this error leads to this insight. It appear whats happening is that a percentage of advocates are using outlook, and their outlook app is scanning SWC when the email arrives.
We need to:
OR
The text was updated successfully, but these errors were encountered: