Skip to content

Conversation

@iker-barriocanal
Copy link
Contributor

Relay PR: getsentry/relay#3038.

Removes the unused spanAttributes in project configs.

@iker-barriocanal iker-barriocanal self-assigned this Feb 1, 2024
@iker-barriocanal iker-barriocanal requested a review from a team as a code owner February 1, 2024 09:27
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 1, 2024
@codecov
Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (aa9ab06) 81.27% compared to head (3b4b500) 81.30%.
Report is 12 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #64346      +/-   ##
==========================================
+ Coverage   81.27%   81.30%   +0.02%     
==========================================
  Files        5236     5236              
  Lines      230475   230309     -166     
  Branches    45230    45231       +1     
==========================================
- Hits       187329   187247      -82     
+ Misses      37306    37218      -88     
- Partials     5840     5844       +4     
Files Coverage Δ
src/sentry/relay/config/__init__.py 92.01% <ø> (-0.03%) ⬇️

... and 185 files with indirect coverage changes

Copy link
Member

@jjbayer jjbayer left a comment

Choose a reason for hiding this comment

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

External Relays still require this field. So if we remove it here, we have to default it to true in internal Relays.

Exclusive time is now computed in non-renormalization, i.e. in Relay and
not again in consumers.
Comment on lines -233 to -237
assert actual == dict(
expected,
exclusive_time=exclusive_time,
hash=hash_values([expected["description"]]),
)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Exclusive time is now computed in non-renormalization, i.e. in Relay and not again in consumers.

@iker-barriocanal iker-barriocanal merged commit a9709be into master Feb 6, 2024
@iker-barriocanal iker-barriocanal deleted the iker/ref/rm-proj-spanattr branch February 6, 2024 12:44
cmanallen pushed a commit that referenced this pull request Feb 7, 2024
Removes the unused `spanAttributes` in project configs.
@github-actions github-actions bot locked and limited conversation to collaborators Feb 21, 2024
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.

3 participants