Skip to content
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

Fix Sentry not sending events #5330

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Fix Sentry not sending events #5330

merged 1 commit into from
Nov 25, 2024

Conversation

ethax-ross
Copy link
Contributor

@ethax-ross ethax-ross commented Nov 25, 2024

There is a bug in the JS event filtering; we get an error that Error is not defined. I expect this maybe should be a TypeError as in the other JS-related before-send method, but I'm not certain.

Removing for now so that we start getting Sentry events through again.

Reverts #4968

@ethax-ross ethax-ross marked this pull request as ready for review November 25, 2024 12:22
There is a bug in the JS event filtering; we get an error that `Error` is not defined. I expect this maybe should be a `TypeError` as in the other JS-related before-send method, but I'm not certain.

Removing for now so that we start getting Sentry events through again.
Copy link

Review app deployed to https://cpd-ecf-review-5330-web.test.teacherservices.cloud

@ethax-ross ethax-ross added this pull request to the merge queue Nov 25, 2024
Merged via the queue into main with commit fb81c13 Nov 25, 2024
31 checks passed
@ethax-ross ethax-ross deleted the fix-sentry branch November 25, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants