Remove: * `@ai_track` ✅ * `update_current_span` ✅ [https://github.com/getsentry/sentry-python/pull/7262](<https://github.com/getsentry/sentry-python/pull/7262>) * `get_start_span_function` * `record_token_usage` * `set_conversation_id` (maybe, as long as it can be replaced with a simple `scope.set_attribute` — good to check with telemetry experience as well) Look for more Python SDK-specific APIs. (The `@trace` decorator can stay.)
Remove:
@ai_track✅update_current_span✅ chore: Removeupdate_current_span#7262get_start_span_functionrecord_token_usageset_conversation_id(maybe, as long as it can be replaced with a simplescope.set_attribute— good to check with telemetry experience as well)Look for more Python SDK-specific APIs. (The
@tracedecorator can stay.)