Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor try catch in Controller/Agent section #3404

Merged
merged 4 commits into from
Jun 29, 2021

Conversation

pablomarga
Copy link
Contributor

Hi team,
This PR implements a new strategy to catch and store/show errors in the Controller/Agent section.

Close: #3398

@pablomarga pablomarga self-assigned this Jun 28, 2021
@pablomarga pablomarga requested a review from a team June 28, 2021 10:19
Copy link
Contributor

@gabiwassan gabiwassan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job!!
Just remove this line 👍🏼
CR ✅
Testing ✅

title: error.message || error,
},
};
getErrorOrchestrator().handleError(options);
this.errorInit = ErrorHandler.handle(error, '', { silent: true });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line (old handler)

@gabiwassan gabiwassan self-requested a review June 28, 2021 16:34
Copy link
Member

@Machi3mfl Machi3mfl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A Same request like @gabiwassan. Remove old error handling implementation.
CR ✅
Testing ✅

@pablomarga pablomarga merged commit c24a65f into 4.3-7.10 Jun 29, 2021
@pablomarga pablomarga deleted the implement/try-catch-controller-agent branch June 29, 2021 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants