Logs: Remove grafana_explore_logs_log_details_clicked event (#91171)

This commit is contained in:
Sven Grossmann 2024-07-30 20:12:30 +02:00 committed by GitHub
parent 270b01f883
commit e7156e7e60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,13 +115,6 @@ class UnThemedLogRow extends PureComponent<Props, State> {
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,