Chore: Removing error object from tracking (#84500)
Removing error object from tracking
This commit is contained in:
@@ -129,7 +129,7 @@ export function EditDataSourceView({
|
||||
trackDsConfigUpdated({ item: 'success' });
|
||||
appEvents.publish(new DataSourceUpdatedSuccessfully());
|
||||
} catch (error) {
|
||||
trackDsConfigUpdated({ item: 'fail', error });
|
||||
trackDsConfigUpdated({ item: 'fail' });
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user