You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integration Support team would be monitoring Metabase reports to resolved integration errors.
In a large number of cases, the issue is with mismatch in inventory count, to resolve which they would need to be able to view the Request body content, for User info, location details and inventory info.
Therefore, we would need to include RequestBody information for an ErrorRecordLog.
This is needed only for Errors with FollowUp step: Internal and External.
Acceptance Criteria
In avni_int Database, a new table ErrorMiscInfo exists with column id(long) and error_misc_info'(blob)
In avni_int Database, ErrorRecordLog table has ErrorMiscInfo.Id as part of 'error_misc_info' column (Optional, default null)
ErrorMiscInfo table should be populated with errored_request_body as an escaped string json content
@vinayvenu for this should we charge the client? @himeshr let me know if u know about this, so moving to 'In Analysis Review'. Recently contract sigining process is going on, doing this to prevent working on any other route.
Motivation
Integration Support team would be monitoring Metabase reports to resolved integration errors.
In a large number of cases, the issue is with mismatch in inventory count, to resolve which they would need to be able to view the Request body content, for User info, location details and inventory info.
Therefore, we would need to include RequestBody information for an ErrorRecordLog.
This is needed only for Errors with FollowUp step: Internal and External.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: