mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
feat: Track self serve trial (no-changelog) (#8801)
This commit is contained in:
@@ -726,6 +726,10 @@ export default defineComponent({
|
||||
if (this.registerForEnterpriseTrial && this.canRegisterForEnterpriseTrial) {
|
||||
await this.usageStore.requestEnterpriseLicenseTrial();
|
||||
licenseRequestSucceeded = true;
|
||||
this.$telemetry.track('User registered for self serve trial', {
|
||||
email: this.usersStore.currentUser?.email,
|
||||
instance_id: this.rootStore.instanceId,
|
||||
});
|
||||
}
|
||||
} catch (e) {
|
||||
this.showError(
|
||||
|
||||
Reference in New Issue
Block a user