Skip to content

Conversation

antonpirker
Copy link
Member

@antonpirker antonpirker commented Jun 3, 2025

The next major version of Python SDK 3.0 will remove measurements. This PR makes sure that we do not use measurements internally but rather use span.data instead.

This is part of a bigger change tracked here: #92011

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 3, 2025
Copy link

codecov bot commented Jun 3, 2025

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   #92718       +/-   ##
===========================================
+ Coverage   65.20%   87.97%   +22.76%     
===========================================
  Files       10285    10267       -18     
  Lines      590580   589612      -968     
  Branches    22965    22732      -233     
===========================================
+ Hits       385088   518694   +133606     
+ Misses     205045    70473   -134572     
+ Partials      447      445        -2     

@antonpirker antonpirker changed the title Remove usage of measurments in favor of span.data. Remove usage of measurements in favor of span.data. Jun 5, 2025
@antonpirker antonpirker marked this pull request as ready for review June 5, 2025 06:49
@antonpirker antonpirker requested a review from a team as a code owner June 5, 2025 06:49
@antonpirker antonpirker merged commit 123d04b into master Jun 6, 2025
60 checks passed
@antonpirker antonpirker deleted the antonpirker/remove-measurements branch June 6, 2025 06:42
shellmayr pushed a commit that referenced this pull request Jun 12, 2025
Python SDK 3.0 removes measurements. This PR makes sure that we do not use `measurements` internally but rather
use `span.data` instead.

---------

Co-authored-by: Daniel Szoke <daniel.szoke@sentry.io>
andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
Python SDK 3.0 removes measurements. This PR makes sure that we do not use `measurements` internally but rather
use `span.data` instead.

---------

Co-authored-by: Daniel Szoke <daniel.szoke@sentry.io>
@github-actions github-actions bot locked and limited conversation to collaborators Jun 21, 2025
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.

4 participants