79582813

Date: 2025-04-19 20:35:04
Score: 0.5
Natty:
Report link

You need to set httpResponseCode before calling the metric.stop() method. It will fix your issue

 metric.httpResponseCode = 200; // the status code returned by the server.
 await metric.stop();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sam Garg