Logs: Fix report interaction name (#51335)

This commit is contained in:
Ivana Huckova
2022-06-24 10:37:16 +02:00
committed by GitHub
parent 400c662fa1
commit f7db3d2ae6

View File

@@ -196,7 +196,7 @@ class UnConnectedExploreToolbar extends PureComponent<Props> {
const controls = {
...c,
start: () => {
reportInteraction('grafana_explore_logs_result_displayed', {
reportInteraction('grafana_explore_logs_live_tailing_clicked', {
datasourceType: this.props.datasourceType,
});
c.start();