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:
Michael Kret 2023-11-13 13:07:12 +02:00 committed by GitHub
parent b2ca050031
commit 460ac85fda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
});
});
}