V10: Add external login provider count to detailed telemetry (#14282)
* Add backoffice external login provider count to telemetry * Update translation * Fix integration test
This commit is contained in:
@@ -49,7 +49,8 @@ public class TelemetryServiceTests : UmbracoIntegrationTest
|
||||
Constants.Telemetry.AspEnvironment,
|
||||
Constants.Telemetry.IsDebug,
|
||||
Constants.Telemetry.DatabaseProvider,
|
||||
Constants.Telemetry.CurrentServerRole
|
||||
Constants.Telemetry.CurrentServerRole,
|
||||
Constants.Telemetry.BackofficeExternalLoginProviderCount
|
||||
};
|
||||
|
||||
MetricsConsentService.SetConsentLevel(TelemetryLevel.Detailed);
|
||||
|
||||
Reference in New Issue
Block a user