Skip to content

Commit c8e7b5e

Browse files
author
Luca Forstner
committed
todo
1 parent be2623a commit c8e7b5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/utils/src/tracing.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export function extractTraceparentData(traceparent?: string): TraceparentData |
4848
*
4949
* @deprecated Use `propagationContextFromHeaders` instead.
5050
*/
51+
// TODO(v8): Remove this function
5152
export function tracingContextFromHeaders(
5253
sentryTrace: Parameters<typeof extractTraceparentData>[0],
5354
baggage: Parameters<typeof baggageHeaderToDynamicSamplingContext>[0],

0 commit comments

Comments
 (0)