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(helpful-event): Temporarily remove trace.sampled from sort #53065

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

malwilley
Copy link
Member

Due to the changes in getsentry/relay#2290, trace.sampled is being applied more conservatively to events. With the current sorting logic, we may be selecting events FROM before the relay change because they were the only ones with trace.sampled: true.

Since we only check the last 7 days for the /helpful endpoint, we can add this line back in once the relay change is 7 days old.

@malwilley malwilley requested a review from a team as a code owner July 18, 2023 15:17
@malwilley malwilley removed the request for review from a team July 18, 2023 15:17
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 18, 2023
@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #53065 (817c249) into master (bd9b7cd) will decrease coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #53065      +/-   ##
==========================================
- Coverage   79.47%   79.47%   -0.01%     
==========================================
  Files        4935     4935              
  Lines      207560   207560              
  Branches    35438    35438              
==========================================
- Hits       164959   164955       -4     
- Misses      37569    37571       +2     
- Partials     5032     5034       +2     
Impacted Files Coverage Δ
src/sentry/models/group.py 91.98% <ø> (ø)

... and 6 files with indirect coverage changes

@malwilley malwilley merged commit 8d54d80 into master Jul 18, 2023
@malwilley malwilley deleted the malwilley/feat/helpful-event-trace-sampled branch July 18, 2023 16:41
malwilley added a commit that referenced this pull request Aug 1, 2023
`trace.sampled` values from the last 7 days should now be reliable, so
we can go back to sorting on them. See
#53065 for why it was
temporarily removed.
@github-actions github-actions bot locked and limited conversation to collaborators Aug 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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