Skip to content

Conversation

@sl0thentr0py
Copy link
Member

Record client reports of event_processor type when dropped.

Closes #1210
and https://getsentry.atlassian.net/browse/WEB-341

shutdown_timeout=10,
# excepthook -> dedupe -> event_processor client report gets added
# which we don't really care about for these tests
send_client_reports=False,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just turned client reports off for the GCP tests since the actual problem is unrelated and caused by the same exception being caught twice and dropped by the DedupeIntegration event processor.

I added a separate test for the case below.

@sl0thentr0py sl0thentr0py requested review from a team, lobsterkatie and rhcarvalho and removed request for a team December 16, 2021 22:30
@sl0thentr0py sl0thentr0py changed the title Record event_processor client reports feat(client-reports): Record event_processor client reports Dec 16, 2021
@sl0thentr0py sl0thentr0py merged commit c64a1a4 into master Dec 17, 2021
@sl0thentr0py sl0thentr0py deleted the event-processors-client-reports branch December 17, 2021 11:36
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.

[client-reports] Include event processors and before send

3 participants