Ali Razmjoo 2 weeks ago committed by GitHub
commit 095c5f44cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -253,6 +253,9 @@ class RealBrowserMonitorType extends MonitorType {
await context.close();
// Close the browser instance
await browser.close();
if (res.status() >= 200 && res.status() < 400) {
heartbeat.status = UP;
heartbeat.msg = res.status();

Loading…
Cancel
Save