sentry-python
sentry-python copied to clipboard
feat(potel): Make tracing APIs use OTel in the background
WIP
- make
start_span,start_transactioncreate OTel spans in the background viastart_as_current_span - add top level
start_inactive_spanthat usesstart_spanin the background - allow to interact with the result of
start_span,start_inactive_span,start_transactionas one would with a Sentry span/transaction (i.e., find a way to keep the API the same)