Remove the Transaction and Span and NoOpSpan classes (likely the whole tracing.py file). Remove legacy tracing functions and attributes from scope.py. Rename streamed versions of functions in scope.py (start_streamed_span → start_span, etc.). Remove any options, constants, etc. only used in transaction-based tracing (e.g. max span limits, etc.).
Remove the
TransactionandSpanandNoOpSpanclasses (likely the wholetracing.pyfile). Remove legacy tracing functions and attributes fromscope.py. Rename streamed versions of functions inscope.py(start_streamed_span→start_span, etc.). Remove any options, constants, etc. only used in transaction-based tracing (e.g. max span limits, etc.).