mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Logs: Remove grafana_explore_logs_log_details_clicked
event (#91171)
This commit is contained in:
parent
270b01f883
commit
e7156e7e60
@ -115,13 +115,6 @@ class UnThemedLogRow extends PureComponent<Props, State> {
|
|||||||
return;
|
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) => {
|
this.setState((state) => {
|
||||||
return {
|
return {
|
||||||
showDetails: !state.showDetails,
|
showDetails: !state.showDetails,
|
||||||
|
Loading…
Reference in New Issue
Block a user