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:
Mole
2023-05-24 11:48:56 +02:00
committed by GitHub
parent b3a93ac86c
commit 999a83995e
6 changed files with 30 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ using Umbraco.Cms.Core.Models;
namespace Umbraco.Cms.Infrastructure.Telemetry.Interfaces;
internal interface IDetailedTelemetryProvider
public interface IDetailedTelemetryProvider
{
IEnumerable<UsageInformation> GetInformation();
}