Support telemetry page (#2756)

* support telemetry page events

* add log level to FE settings

* add debug logging

* fix types

* state fix

* move call
This commit is contained in:
Mutasem Aldmour
2022-02-04 00:24:01 +02:00
committed by GitHub
parent 0bf554394a
commit 7bdb7e2a25
9 changed files with 51 additions and 23 deletions

View File

@@ -409,6 +409,7 @@ export interface IN8nUISettings {
telemetry: ITelemetrySettings;
personalizationSurvey: IPersonalizationSurvey;
defaultLocale: string;
logLevel: 'info' | 'debug' | 'warn' | 'error' | 'verbose';
}
export interface IPersonalizationSurveyAnswers {