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(suspect-spans): Change ingestion to project scope flag #29076

Merged

Conversation

Zylphrex
Copy link
Member

@Zylphrex Zylphrex commented Oct 5, 2021

To limit the scope of the rollout, change the suspect spans ingestion to a
project scope flag to allow us to roll it out by the project.

To limit the scope of the rollout, change the suspect spans ingestion to a
project scope flag to allow us to roll it out by the project.
@Zylphrex Zylphrex requested review from a team October 5, 2021 15:41
@@ -374,3 +374,5 @@
# This is to allow gradual rollout of metrics collection for symbolication requests and can be
# removed once it is fully rolled out.
register("symbolicate-event.low-priority.metrics.submission-rate", default=0.0)

register("performance:suspect-spans-ingestion-projects", default={})
Copy link
Member

Choose a reason for hiding this comment

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

Would registering this in getsentry be better?

Copy link
Member Author

Choose a reason for hiding this comment

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

Doesn't look like we have any conventions for this, but I think you're right that it might fit better in getsentry. Though for this PR, I'm going to keep it here as this is not permanent and will be removed when we can take the feature flag off.

@Zylphrex Zylphrex merged commit d15f54f into master Oct 6, 2021
@Zylphrex Zylphrex deleted the feat/change-suspect-spans-ingestion-to-project-scope-flag branch October 6, 2021 14:24
@github-actions github-actions bot locked and limited conversation to collaborators Oct 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants