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:
@@ -2,7 +2,7 @@ using Umbraco.Cms.Core.Models;
|
||||
|
||||
namespace Umbraco.Cms.Infrastructure.Telemetry.Interfaces;
|
||||
|
||||
internal interface IDetailedTelemetryProvider
|
||||
public interface IDetailedTelemetryProvider
|
||||
{
|
||||
IEnumerable<UsageInformation> GetInformation();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user