TP-67091 | Status code in clickstream (#10887)
This commit is contained in:
@@ -300,7 +300,8 @@ const handleErrorData = (
|
||||
`No response from api call: ${widgetMetaData.actionType} | Error: ${error} | MethodName: handleWidgetAction}`
|
||||
);
|
||||
const errorEvent: GlobalErrorData = {
|
||||
reason: error.toString(),
|
||||
reason: `${error.message}, axiosError: ${error.axiosCode}`,
|
||||
statusCode: error.statusCode,
|
||||
moduleName: AnalyticsModuleNameConstant.GI,
|
||||
flowName: AnalyticsFlowNameConstant.GI_RN_QUOTE,
|
||||
methodName: methodName,
|
||||
|
||||
Reference in New Issue
Block a user