mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-27 05:59:59 +00:00
refactor(telemetry): Add personalization survey event to PostHog (#4093)
⚡ Add personalization survey event to PH
This commit is contained in:
@@ -70,9 +70,13 @@ export class InternalHooksClass implements IInternalHooksClass {
|
||||
personalizationSurveyData[snakeCase(camelCaseKey)] = answers[camelCaseKey];
|
||||
});
|
||||
|
||||
personalizationSurveyData.personalization_survey_submitted_at = new Date().toISOString();
|
||||
personalizationSurveyData.personalization_survey_n8n_version = this.versionCli;
|
||||
|
||||
return this.telemetry.track(
|
||||
'User responded to personalization questions',
|
||||
personalizationSurveyData,
|
||||
{ withPostHog: true },
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user