refactor(core): Add binary data S3 to telemetry (#7412)

https://n8nio.slack.com/archives/C04B1GZ4T0U/p1697033523039729
This commit is contained in:
Iván Ovejero
2023-10-13 13:16:43 +02:00
committed by GitHub
parent c3f0be809f
commit c6ee1e30c0
5 changed files with 18 additions and 0 deletions

View File

@@ -348,6 +348,7 @@ export interface IDiagnosticInfo {
smtp_set_up: boolean;
ldap_allowed: boolean;
saml_enabled: boolean;
binary_data_s3: boolean;
licensePlanName?: string;
licenseTenantId?: number;
}