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
We have a complex system and in some cases we do proxy calls to other endpoints, the errors do stack but on a very strange way, we need to build a way we can create an error stack so we can track down the origin of the error
User Story
As a developer I want to be able to create stack errors to track the origin of the error more easily
As a user I want to be able to have a proper json response with the error stack so I can give better feedback to support
Acceptance Criteria
RestAPI errors
Definition of Done
Code implemented following best practices.
Unit tests written and passing.
Code reviewed and approved.
Merged into the main branch.
Documentation updated (if applicable).
Deployed to staging/production environment.
Assumptions and Constraints
No response
Assumptions and Constraints
No response
Additional Notes
No response
The text was updated successfully, but these errors were encountered:
Description
We have a complex system and in some cases we do proxy calls to other endpoints, the errors do stack but on a very strange way, we need to build a way we can create an error stack so we can track down the origin of the error
User Story
As a developer I want to be able to create stack errors to track the origin of the error more easily
As a user I want to be able to have a proper json response with the error stack so I can give better feedback to support
Acceptance Criteria
Definition of Done
Assumptions and Constraints
No response
Assumptions and Constraints
No response
Additional Notes
No response
The text was updated successfully, but these errors were encountered: