Skip to content

Commit

Permalink
Added inspection completed to sightselected posthog tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dlymonkai committed Jun 25, 2024
1 parent 3b670f5 commit 3d71165
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,10 @@ export function PhotoCapture({
startTasks()
.then(() => {
analytics.trackEvent('Capture Completed');
analytics.setUserProperties({ captureCompleted: true });
analytics.setUserProperties({
captureCompleted: true,
sightSelected: 'inspection-completed',
});
onComplete?.();
})
.catch((err) => {
Expand Down

0 comments on commit 3d71165

Please sign in to comment.