sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

Create Python module for tracing code

Open antonpirker opened this issue 2 years ago • 0 comments

Right now we have tracing.py, and multiple tracing_utils.py. This is ugly and should be in one /tracing/ packages.

All the existing imports MUST be unchanged to not break users code!

Transaction and Span should have their own files too.

antonpirker avatar Apr 11 '23 11:04 antonpirker