Skip to content

Commit 4468099

Browse files
committed
fix(fork): register task_forked PostHog event type
1 parent 943a257 commit 4468099

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/sim/lib/posthog/events.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,11 @@ export interface PostHogEventMap {
406406
workspace_id: string
407407
}
408408

409+
task_forked: {
410+
workspace_id: string
411+
source_chat_id: string
412+
}
413+
409414
task_marked_unread: {
410415
workspace_id: string
411416
}

0 commit comments

Comments
 (0)