mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-15 19:22:19 +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…
Reference in New Issue
Block a user