mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 16:38:58 +08:00
fix(v1/extract): add job with explicit id
This commit is contained in:
parent
3f9b8a0bf5
commit
0dddf4c055
@ -95,7 +95,7 @@ export async function extractController(
|
|||||||
baggage: Sentry.spanToBaggageHeader(span),
|
baggage: Sentry.spanToBaggageHeader(span),
|
||||||
size,
|
size,
|
||||||
},
|
},
|
||||||
});
|
}, { jobId: extractId });
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user