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 {