feat: Add user cloud it to telemetry (#7232)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Ricardo Espinoza
2023-09-25 06:59:41 -04:00
committed by GitHub
parent 33991e92d0
commit 60c152dc72
3 changed files with 150 additions and 1 deletions

View File

@@ -2135,6 +2135,7 @@ export interface IN8nUISettings {
urlBaseEditor: string;
versionCli: string;
n8nMetadata?: {
userId?: string;
[key: string]: string | number | undefined;
};
versionNotifications: IVersionNotificationSettings;