We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2623a commit c8e7b5eCopy full SHA for c8e7b5e
packages/utils/src/tracing.ts
@@ -48,6 +48,7 @@ export function extractTraceparentData(traceparent?: string): TraceparentData |
48
*
49
* @deprecated Use `propagationContextFromHeaders` instead.
50
*/
51
+// TODO(v8): Remove this function
52
export function tracingContextFromHeaders(
53
sentryTrace: Parameters<typeof extractTraceparentData>[0],
54
baggage: Parameters<typeof baggageHeaderToDynamicSamplingContext>[0],
0 commit comments