From 8768f3b00a22f25ba6a7af9f58d09bfe6ea7c1c8 Mon Sep 17 00:00:00 2001 From: branberry Date: Mon, 30 Oct 2023 15:03:18 -0500 Subject: [PATCH] Enable x-ray tracing --- src/otel/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/otel/index.ts b/src/otel/index.ts index 3d44031ae..c7c2fcf44 100644 --- a/src/otel/index.ts +++ b/src/otel/index.ts @@ -23,6 +23,7 @@ export function nodeSDKBuilder() { new HttpInstrumentation(), new AwsInstrumentation({ suppressInternalInstrumentation: true, + sqsExtractContextPropagationFromPayload: true, }), ], idGenerator: new AWSXRayIdGenerator(),