mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Logs: Add usage tracking to new download-logs button (#61177)
* add usage tracking to new download-logs buttom * changed 'dimension' to 'area'
This commit is contained in:
@@ -105,6 +105,7 @@ export class InspectDataTab extends PureComponent<Props, State> {
|
||||
reportInteraction('grafana_logs_download_logs_clicked', {
|
||||
app,
|
||||
format: 'logs',
|
||||
area: 'inspector',
|
||||
});
|
||||
|
||||
const logsModel = dataFrameToLogsModel(data || [], undefined);
|
||||
|
||||
Reference in New Issue
Block a user