BrowseDashboardPage: remove error property from tracking event (#95599)
This commit is contained in:
@@ -99,7 +99,6 @@ const BrowseDashboardsPage = memo(() => {
|
||||
if ('error' in result) {
|
||||
reportInteraction('grafana_browse_dashboards_page_edit_folder_name', {
|
||||
status: 'failed_with_error',
|
||||
error: result.error,
|
||||
});
|
||||
throw result.error;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user