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

dont hide ANSWERS.onReady errors #964

Merged
merged 1 commit into from
Oct 4, 2021
Merged

Conversation

oshi97
Copy link
Contributor

@oshi97 oshi97 commented Oct 1, 2021

Prior to this change, all errors that occurred during ANSWERS.onReady
were being swallowed up by the .catch(). This could lead to very
frustrating debugging experiences, and also hide critical errors like
a null pointer error.

J=SLAP-1616
TEST=manual

see that errors are no longer hidden

Prior to this change, all errors that occurred during ANSWERS.onReady
were being swalloed up by the .catch(). This could lead to very
frustrating debugging experiences, and also hide critial errors like
a null pointer error.

J=SLAP-1616
TEST=manual

see that errors are no longer hidden
@coveralls
Copy link

Coverage Status

Coverage remained the same at 8.704% when pulling 5ac9a4f on dev/dont-hide-SDK-errors into 51fefaf on develop.

@oshi97
Copy link
Contributor Author

oshi97 commented Oct 1, 2021

acceptance tests will fail until yext/answers-search-ui#1561 is merged in

@oshi97 oshi97 merged commit b98b549 into develop Oct 4, 2021
@oshi97 oshi97 deleted the dev/dont-hide-SDK-errors branch October 4, 2021 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants