We want to implement the propagateTraceparent option for browser SDKs only: https://develop.sentry.dev/sdk/telemetry/traces/#propagatetraceparent
Server SDKs do not need to implement this. The goal is that users with a sentry-instrumented frontend can interop with pure OTEL-instrumented backends. If this setting is set, the traceparent header should be set in addition to existing headers - also see https://develop.sentry.dev/sdk/telemetry/traces/distributed-tracing/#w3c-trace-context-header
We want to implement the
propagateTraceparentoption for browser SDKs only: https://develop.sentry.dev/sdk/telemetry/traces/#propagatetraceparentServer SDKs do not need to implement this. The goal is that users with a sentry-instrumented frontend can interop with pure OTEL-instrumented backends. If this setting is set, the
traceparentheader should be set in addition to existing headers - also see https://develop.sentry.dev/sdk/telemetry/traces/distributed-tracing/#w3c-trace-context-header