mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Removing error object from tracking (#84500)
Removing error object from tracking
This commit is contained in:
parent
f727e21873
commit
6bc662e53b
@ -129,7 +129,7 @@ export function EditDataSourceView({
|
|||||||
trackDsConfigUpdated({ item: 'success' });
|
trackDsConfigUpdated({ item: 'success' });
|
||||||
appEvents.publish(new DataSourceUpdatedSuccessfully());
|
appEvents.publish(new DataSourceUpdatedSuccessfully());
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
trackDsConfigUpdated({ item: 'fail', error });
|
trackDsConfigUpdated({ item: 'fail' });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user