Guides
How-To Guides: Common Tasks in supaguard
Step-by-step guides for creating checks, pausing monitoring, inviting team members, creating API keys, muting alerts, and troubleshooting failures.
Step-by-step guides for common tasks in supaguard.
Checks
How to Create a Scheduled Check
- Go to Checks → Create Check
- Enter a name for your check
- Write your Playwright test
- Set the schedule using cron syntax or presets:
- Every 5 minutes
- Every 15 minutes
- Every hour
- Daily
- Select run locations
- Click Create
How to Pause a Check
- Go to Checks
- Find the check you want to pause
- Click the ⋮ menu
- Select Disable
To resume, repeat the steps and select Enable.
How to View Check Results
- Go to Checks
- Click on a check name
- View the results timeline
- Click a result to see details:
- Screenshot
- Trace file
- Logs
- Network requests
Organizations
How to Invite Team Members
- Go to Settings → Team
- Click Invite Member
- Enter their email address
- Select their role (Admin, Member, Viewer)
- Click Send Invite
How to Create API Keys
- Go to Settings → API Keys
- Click Create Key
- Enter a description
- Set permissions
- Copy the key (it won't be shown again)
Alerts
How to Mute Alerts Temporarily
- Go to Checks
- Find the check
- Click ⋮ → Mute Alerts
- Set the duration (1 hour, 24 hours, custom)
- Click Mute
How to Create an Escalation Policy
- Create primary alert policy (e.g., Slack)
- Create secondary policy (e.g., PagerDuty)
- Set the secondary with a delay (e.g., after 15 minutes)
- Link both to the same check
Troubleshooting
Check is Failing Unexpectedly
- View the trace - See exactly what happened
- Check selectors - Elements may have changed
- Review timing - Add explicit waits if needed
- Test locally - Run the script on your machine
Not Receiving Alerts
- Check channel configuration
- Send a test notification
- Verify email isn't in spam
- Check webhook logs for errors
Global Performance Benchmarking
Is your app fast for everyone, everywhere? Learn how to use supaguard to benchmark Web Vitals and performance metrics across India, Europe, and the US.
Monitoring Mobile and Responsive Experiences
Is your app broken on mobile? Learn how to use Playwright's mobile emulation in supaguard to ensure your site works perfectly on every device.