mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -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,
|
||||
},
|
||||
{
|
||||
withPostHog: true,
|
||||
},
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue