Elliott James

Results 3 issues of Elliott James

This really cleared things up for me! Thanks!

Is there a way to send email alerts to admin on specific api routes? Like If admins need to be notified of non 200 responses.

Steps to reproduce: 1. Run example code taken from doc ``` import { BrowserPool, PlaywrightPlugin } from "browser-pool"; import playwright from "playwright"; const browserPool = new BrowserPool({ browserPlugins: [new PlaywrightPlugin(playwright.chromium)],...