mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
fix(core): Send pairedItem error to Posthog (no-changelog) (#7697)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
@@ -419,7 +419,9 @@ export const pushConnection = defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.$telemetry.track('Instance FE emitted paired item error', eventData);
|
this.$telemetry.track('Instance FE emitted paired item error', eventData, {
|
||||||
|
withPostHog: true,
|
||||||
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user