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

Introduce a setting to disable sending ProcessingExceptions to Sentry #607

Merged
merged 1 commit into from
May 3, 2024

Conversation

stchris
Copy link
Contributor

@stchris stchris commented Apr 15, 2024

A ProcessingException is thrown every time ingest-file isn't able to parse a file. In the current state, if Sentry support is enabled, each of these will create an event in Sentry. While these are valuable to have they can easily overwhelm the events budget so we are introducing a flag to disable sending these to Sentry, effectively making this one specific call opt-in. One can still rely on logs to figure out what went wrong in these cases.

@stchris stchris added this pull request to the merge queue May 3, 2024
Merged via the queue into main with commit 621115e May 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants