mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-19 20:09:12 +08:00
Update log_job.ts
This commit is contained in:
parent
8a4f4cb9d9
commit
68b2e1b209
@ -70,7 +70,9 @@ export async function logJob(job: FirecrawlJob) {
|
||||
retry: job.retry,
|
||||
},
|
||||
};
|
||||
posthog.capture(phLog);
|
||||
if(job.mode !== "single_urls") {
|
||||
posthog.capture(phLog);
|
||||
}
|
||||
}
|
||||
if (error) {
|
||||
Logger.error(`Error logging job: ${error.message}`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user