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

ref(spans): Remove conversion to transaction #3801

Merged
merged 4 commits into from
Jul 9, 2024
Merged

Conversation

jjbayer
Copy link
Member

@jjbayer jjbayer commented Jul 8, 2024

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.

@jjbayer jjbayer marked this pull request as ready for review July 9, 2024 06:51
@jjbayer jjbayer requested a review from a team as a code owner July 9, 2024 06:51
///
/// Serialized as `projects:extract-transaction-from-segment-span`.
#[serde(rename = "projects:extract-transaction-from-segment-span")]
ExtractTransactionFromSegmentSpan,
Copy link
Member

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.

Copy link
Member Author

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.

@jjbayer jjbayer enabled auto-merge (squash) July 9, 2024 09:32
jjbayer added a commit to getsentry/sentry that referenced this pull request Jul 9, 2024
@jjbayer jjbayer merged commit 2c68339 into master Jul 9, 2024
23 checks passed
@jjbayer jjbayer deleted the ref/tx-from-span branch July 9, 2024 11:02
priscilawebdev pushed a commit to getsentry/sentry that referenced this pull request Jul 11, 2024
0Calories pushed a commit that referenced this pull request Jul 11, 2024
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.
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