mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
fix: Stop telemetry events to Posthog (#16788)
This commit is contained in:
@@ -765,13 +765,9 @@ function isValidProjectId(projectId: string) {
|
||||
|
||||
const openAIWorkflow = async (source: string) => {
|
||||
dismissEasyAICallout();
|
||||
telemetry.track(
|
||||
'User clicked test AI workflow',
|
||||
{
|
||||
source,
|
||||
},
|
||||
{ withPostHog: true },
|
||||
);
|
||||
telemetry.track('User clicked test AI workflow', {
|
||||
source,
|
||||
});
|
||||
|
||||
const easyAiWorkflowJson = getEasyAiWorkflowJson();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user