Skip to content

Conversation

@NicoHinderling
Copy link
Contributor

While we wait for the billing code to be implemented so we can have proper retention values set based off the plan type, we should use the default max retention so that enterprise customers don't start losing size data when they shouldn't have

better to trim down retention later than the opposite

@NicoHinderling NicoHinderling requested a review from a team as a code owner January 5, 2026 17:41
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jan 5, 2026
from sentry.utils.arroyo_producer import SingletonProducer, get_arroyo_producer
from sentry.utils.kafka_config import get_topic_definition

THIRTEEN_MONTHS = 396 # 13 months in days
Copy link
Contributor Author

Choose a reason for hiding this comment

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

trace_id=trace_id,
received=received,
retention_days=90, # Default retention for preprod data
retention_days=THIRTEEN_MONTHS, # Default retention for preprod data

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants