logs: track the usage of certain features (#50325)

* logs: track the usage of certain features

* Add report interaction for logs interactions

* mock reportInteraction in test

* mock reportInteraction

Co-authored-by: Ivana Huckova <ivana.huckova@gmail.com>
This commit is contained in:
Gábor Farkas
2022-06-09 15:53:23 +02:00
committed by GitHub
parent a6943cb399
commit c412a3b052
18 changed files with 131 additions and 25 deletions

View File

@ -40,6 +40,7 @@ export function LokiQueryCodeEditor({
history={[]}
data={data}
data-testid={testIds.editor}
app={app}
/>
</div>
);