Skip to content

Commit

Permalink
Add logging for successful requests
Browse files Browse the repository at this point in the history
  • Loading branch information
egorvas committed Dec 15, 2023
1 parent 073cf95 commit 8254784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MonitorClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ class MonitorClient extends EventEmitter {
throw new Error(`${errorMessages.rq_unkonwn_method} ${method}`);
}
if (data && data.body) {
this.log(data.timings);
result = JSON.parse(data.body);
}
break;
Expand Down

0 comments on commit 8254784

Please sign in to comment.