feat: Collect usage metrics on license renewal (no-changelog) (#7486)

This commit is contained in:
Cornelius Suermann
2023-10-23 21:39:29 +02:00
committed by GitHub
parent 774fe202bf
commit 3ef771ea38
4 changed files with 32 additions and 11 deletions

View File

@@ -42,6 +42,7 @@ describe('License', () => {
loadCertStr: expect.any(Function),
saveCertStr: expect.any(Function),
onFeatureChange: expect.any(Function),
collectUsageMetrics: expect.any(Function),
server: MOCK_SERVER_URL,
tenantId: 1,
});
@@ -61,6 +62,7 @@ describe('License', () => {
loadCertStr: expect.any(Function),
saveCertStr: expect.any(Function),
onFeatureChange: expect.any(Function),
collectUsageMetrics: expect.any(Function),
server: MOCK_SERVER_URL,
tenantId: 1,
});