Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/sentry/options/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,10 @@
# removed once it is fully rolled out.
register("symbolicate-event.low-priority.metrics.submission-rate", default=0.0)

# This is to enable the ingestion of suspect spans by project ids.
register("performance.suspect-spans-ingestion-projects", default={})
# This is to enable the ingestion of suspect spans by project groups.
register("performance.suspect-spans-ingestion.rollout-rate", default=0)
Copy link
Member

Choose a reason for hiding this comment

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

@Zylphrex would using FLAG_PRIORITIZE_DISK here be preferred?

Copy link
Member Author

Choose a reason for hiding this comment

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

Hm... I'll double check 👍


# Sampling rate for controlled rollout of a change where ignest-consumer spawns
# special save_event task for transactions avoiding the preprocess.
Expand Down