sentry-python
sentry-python copied to clipboard
Replace usages of `start_transaction` with `start_span`
Problem Statement
Replace start_transactions with start_span. (But leave start_transaction itself as is, just deprecated.)
Solution Brainstorm
Do it.