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

feat(server): Add option to drop transaction attachments #4466

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

jjbayer
Copy link
Member

@jjbayer jjbayer commented Jan 21, 2025

To prepare the simplification of Kafka consumers, stop ingesting attachments that come with transactions.

ref: https://github.com/getsentry/team-ingest/issues/607

@jjbayer jjbayer marked this pull request as ready for review January 22, 2025 06:45
@jjbayer jjbayer requested a review from a team as a code owner January 22, 2025 06:45
@@ -1757,7 +1760,6 @@ impl EnvelopeProcessorService {
//
// Unconditionally scrub to make sure PII is removed as early as possible.
event::scrub(&mut event, project_info.clone())?;
attachment::scrub(managed_envelope, project_info.clone());
Copy link
Member

Choose a reason for hiding this comment

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

I think we need to keep this in until the option is removed and attachments are always removed.

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