mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Logs: Fix report interaction name (#51335)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user