diff --git a/public/app/features/logs/components/LogRow.tsx b/public/app/features/logs/components/LogRow.tsx index c8311c308d0..79bbdbe250c 100644 --- a/public/app/features/logs/components/LogRow.tsx +++ b/public/app/features/logs/components/LogRow.tsx @@ -115,13 +115,6 @@ class UnThemedLogRow extends PureComponent { return; } - reportInteraction('grafana_explore_logs_log_details_clicked', { - datasourceType: this.props.row.datasourceType, - type: this.state.showDetails ? 'close' : 'open', - logRowUid: this.props.row.uid, - app: this.props.app, - }); - this.setState((state) => { return { showDetails: !state.showDetails,