Problem Statement
We have a function trace_propagation_meta() (https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/hub.py#L723) but it is never used anywhere.
Solution Brainstorm
This will make it WAAY easier for users to setup distributed tracing for use cases when the server is the head of trace and renders HTML and the JS in the frontend then picks up the trace.
Problem Statement
We have a function
trace_propagation_meta()(https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/hub.py#L723) but it is never used anywhere.Solution Brainstorm
trace_propagation_meta()to use the newget_traceparent()andget_baggage()apis (https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/api.py#L252): Use new top level api intrace_propagation_meta#2202This will make it WAAY easier for users to setup distributed tracing for use cases when the server is the head of trace and renders HTML and the JS in the frontend then picks up the trace.