5 lines
143 B
Python
5 lines
143 B
Python
from opentelemetry.context import create_key
|
|
|
|
|
|
SENTRY_TRACE_KEY = create_key("sentry-trace")
|
|
SENTRY_BAGGAGE_KEY = create_key("sentry-baggage")
|