From 0dddf4c055e885f7e8a26831cc3be40ba4c44458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=B3ricz=20Gerg=C5=91?= Date: Fri, 24 Jan 2025 11:03:04 +0100 Subject: [PATCH] fix(v1/extract): add job with explicit id --- apps/api/src/controllers/v1/extract.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/controllers/v1/extract.ts b/apps/api/src/controllers/v1/extract.ts index 830c618a..d005e9be 100644 --- a/apps/api/src/controllers/v1/extract.ts +++ b/apps/api/src/controllers/v1/extract.ts @@ -95,7 +95,7 @@ export async function extractController( baggage: Sentry.spanToBaggageHeader(span), size, }, - }); + }, { jobId: extractId }); }, ); } else {