Skip to content

Handle failures to process stacktraces.#17

Merged
steren merged 1 commit intoGoogleCloudPlatform:masterfrom
mikelambert:master
Aug 4, 2017
Merged

Handle failures to process stacktraces.#17
steren merged 1 commit intoGoogleCloudPlatform:masterfrom
mikelambert:master

Conversation

@mikelambert
Copy link
Copy Markdown
Contributor

This can manifest as "Unhandled promise rejection" or "Cannot parse given Error object" messages in the browser, that occur while trying to run the stackdriver-errors-js code...though you'd never know it unless you were also running another javascript-error-reporting system (like I was)

These breaking exceptions can happen with stacktraces like "Access Denied", which stacktrace.js fails on:
stacktracejs/stacktrace.js#170

This can manifest as "Unhandled promise rejection" or "Cannot parse given Error object" messages in the browser, that occur *while* trying to run the stackdriver-errors-js code...though you'd never know it unless you were also running another javascript-error-reporting system (like I was)

These breaking exceptions can happen with stacktraces like "Access Denied", which stacktrace.js fails on:
stacktracejs/stacktrace.js#170
@steren steren merged commit 8aa90b8 into GoogleCloudPlatform:master Aug 4, 2017
@steren
Copy link
Copy Markdown
Collaborator

steren commented Aug 4, 2017

Great addition, thanks!

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