### SDK Python SDK ### Description When using `set_measurement` as proposed on https://docs.sentry.io/platforms/python/tracing/span-metrics/performance-metrics/#custom-measurements, one gets following DeprecationWarning: > DeprecationWarning: `set_measurement()` is deprecated and will be removed in the next major version. Please use `set_data()` instead. As a sidenote, on https://docs.sentry.io/platforms/python/migration/2.x-to-3.x#span-data, I read that also `set_data()` will become deprecated in 3.x. I have two questions: * The docs on the docs on 'Sending Performance Metrics' should be updated or at least mention that `set_measurement` is deprecated. * It's a bit unfortunate to migrate to a method that soon also will be deprecated. Is there a way to avoid having to migrate twice? ### Suggested Solution _No response_