Merge pull request #1688 from grafana/gareth/add-feature-tracking

track executed queries and panel clicks
This commit is contained in:
Gareth Dawson
2023-09-28 13:41:50 +01:00
committed by GitHub
4 changed files with 60 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ jest.mock(
getTemplateSrv: () => ({
replace: jest.fn().mockImplementation((query) => query),
}),
reportInteraction: jest.fn(),
}),
{ virtual: true }
);