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

fix(on-demand-metrics): Correctly handle computed contexts #80061

Merged
merged 4 commits into from
Nov 13, 2024

Conversation

iambriccardo
Copy link
Member

@iambriccardo iambriccardo commented Oct 31, 2024

This PR correctly handles computed contexts and fields in the formtags[*]. The previous implementation was wrong (my bad) and I realized this too late.

This change shouldn't need versioning since existing on-demand widgets and alerts are broken meaning that we do not need to collect 90 days of data before moving over.

Needs: getsentry/relay#4239
Related to: getsentry/relay#4205

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Oct 31, 2024
Copy link

codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #80061      +/-   ##
==========================================
+ Coverage   78.11%   78.17%   +0.05%     
==========================================
  Files        7157     7172      +15     
  Lines      316569   317802    +1233     
  Branches    43642    43800     +158     
==========================================
+ Hits       247276   248428    +1152     
- Misses      62946    63007      +61     
- Partials     6347     6367      +20     

Copy link
Member

@armenzg armenzg left a comment

Choose a reason for hiding this comment

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

🎉

@armenzg armenzg marked this pull request as ready for review November 13, 2024 13:38
@armenzg armenzg requested a review from a team as a code owner November 13, 2024 13:38
@iambriccardo iambriccardo merged commit 914c741 into master Nov 13, 2024
57 checks passed
@iambriccardo iambriccardo deleted the riccardo/fix/materialized-tags branch November 13, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do Not Merge Don't merge 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