-
Notifications
You must be signed in to change notification settings - Fork 94
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
ref(spans): Remove conversion to transaction #3801
Conversation
/// | ||
/// Serialized as `projects:extract-transaction-from-segment-span`. | ||
#[serde(rename = "projects:extract-transaction-from-segment-span")] | ||
ExtractTransactionFromSegmentSpan, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We used to keep these features as "deprecated". This is not serving too much of a purpose these days, but I still wanted to point this out. If we no longer plan to do this, let's also remove the other deprecated features in a follow-up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, in this case I believe removing the feature flag is OK though, because it was effectively only read in processing relays and removing it does not change the behavior of outdated external relays.
Double-writing segment spans as transactions was meant as a temporary measure to transition to the spans dataset in the product. The feature was never used by more than a handful of projects and can now be removed.
Double-writing segment spans as transactions was meant as a temporary measure to transition to the spans dataset in the product. The feature was never used by more than a handful of projects and can now be removed.