Skip to content

Commit f461a0d

Browse files
committed
fix(posthog): register task_pinned and task_unpinned events
1 parent 62bdf4d commit f461a0d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

apps/sim/lib/posthog/events.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,14 @@ export interface PostHogEventMap {
415415
workspace_id: string
416416
}
417417

418+
task_pinned: {
419+
workspace_id: string
420+
}
421+
422+
task_unpinned: {
423+
workspace_id: string
424+
}
425+
418426
task_generation_aborted: {
419427
workspace_id: string
420428
view: 'mothership' | 'copilot'

0 commit comments

Comments
 (0)