| .. | |||||
| __pycache__ | |||||
| __init__.py | |||||
| consts.py | |||||
| propagator.py | |||||
| span_processor.py |
from opentelemetry.context import ( # type: ignore
create_key,
)
SENTRY_TRACE_KEY = create_key("sentry-trace")
SENTRY_BAGGAGE_KEY = create_key("sentry-baggage")
| .. | |||||
| __pycache__ | |||||
| __init__.py | |||||
| consts.py | |||||
| propagator.py | |||||
| span_processor.py |