mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
@@ -313,11 +313,19 @@ class UnthemedLogs extends PureComponent<Props, State> {
|
||||
contextOpen: true,
|
||||
contextRow: row,
|
||||
});
|
||||
reportInteraction('grafana_explore_logs_log_context_opened', {
|
||||
datasourceType: row.datasourceType,
|
||||
logRowUid: row.uid,
|
||||
});
|
||||
this.onCloseContext = () => {
|
||||
this.setState({
|
||||
contextOpen: false,
|
||||
contextRow: undefined,
|
||||
});
|
||||
reportInteraction('grafana_explore_logs_log_context_closed', {
|
||||
datasourceType: row.datasourceType,
|
||||
logRowUid: row.uid,
|
||||
});
|
||||
onClose();
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user