We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96802c commit 4f5c418Copy full SHA for 4f5c418
bin/testObservability/reporter/index.js
@@ -469,7 +469,6 @@ class MyReporter {
469
hookData['hook_run'].finished_at = hookData['hook_run'].started_at;
470
hookData['hook_run'].duration_in_ms = 0;
471
}
472
- console.log(hookData);
473
await uploadEventData(hookData);
474
})
475
this.hooksStarted = {};
0 commit comments