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

Report browser exceptions #8347

Merged
merged 2 commits into from
Mar 26, 2019
Merged

Report browser exceptions #8347

merged 2 commits into from
Mar 26, 2019

Conversation

kripken
Copy link
Member

@kripken kripken commented Mar 26, 2019

This sends clientside browser exceptions to the test runner, and logs them out.

This may help debug failures on our CI, as before this an exception usually just silently hangs the test, and we need to try to reproduce it locally. Now at least we should get a stack trace.

@kripken kripken requested a review from sbc100 March 26, 2019 03:23
xhr.send();
};
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove trailing newline

@kripken kripken merged commit 0287eb9 into incoming Mar 26, 2019
@kripken kripken deleted the exc branch March 26, 2019 16:01
VirtualTim pushed a commit to VirtualTim/emscripten that referenced this pull request May 21, 2019
This sends clientside browser exceptions to the test runner, and logs them out.

This may help debug failures on our CI, as before this an exception usually just silently hangs the test, and we need to try to reproduce it locally. Now at least we should get a stack trace.
VirtualTim added a commit to VirtualTim/emscripten that referenced this pull request May 23, 2019
VirtualTim added a commit to VirtualTim/emscripten that referenced this pull request May 23, 2019
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.

2 participants