Hi @Prithwiraj_Deb,I would actually recommend you a combination of two tools:Sentry for monitoring your frontend, it can report JS console errors and other issues your real end users experience, see https://sentry.io/Cypress or Playwright for UI automation testing, see https://www.cypress.io/ and ht...