mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 05:47:31 -08:00
feat(editor): Add PH tracking to event (#7511)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
parent
93cfabbeac
commit
c47d27dd6d
|
@ -3008,6 +3008,9 @@ export default defineComponent({
|
||||||
{
|
{
|
||||||
workflow_id: workflow.id,
|
workflow_id: workflow.id,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
withPostHog: true,
|
||||||
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue