We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8540d commit 70bea86Copy full SHA for 70bea86
1 file changed
stackdriver-errors.js
@@ -84,7 +84,7 @@ function registerHandlers(reporter) {
84
if (promiseRejectionEvent) {
85
reporter.report(promiseRejectionEvent.reason).catch(noop);
86
}
87
- oldPromiseRejectionHandler(promiseRejectionEvent.reason);
+ oldPromiseRejectionHandler(promiseRejectionEvent);
88
return true;
89
};
90
0 commit comments