You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To trace a specific incoming web request you then need to create a Tracer object. Make sure you provide all http headers from the request to the SDK by
316
-
calling addRequestHeader(...). This ensures that tagging with our built-in sensor will work.
316
+
calling addRequestHeader(...). This ensures that tagging with our built-in sensor will work, but note that only the proprietary x-dynatrace header
317
+
will be processed (meaning, W3C trace context is not supported for tracing with the OneAgent SDKs, use OpenTelemetry instead if you require this).
0 commit comments