Monitoring, but easier
Build your web application, not custom reporting
-
Product Analytics
-
Session Transcripts
-
Web Performance
-
Error Tracking
-
API Monitoring
-
Client-Side Protection
“I love Request Metrics! It gives me the easy real-time monitoring I need to improve my site and ace my Core Web Vitals.”
Hosted in Canada
Everyone loves the Canadians, eh? We keep your data in the land of hockey and maple syrup.

Discover where and why users leave
Explore the paths that users take, and find the frustrating experiences that keep them from sticking with you.
“This saved me so much time, I could find everything on day one.”
Imelda - pounce3

Solve bugs, UX, and performance issues
Discover the problems that impact your users, and dive into the technical details to understand exactly what happened, and how to fix it.
“Everyone should use this! I can check all my pages without constant testing.”
Chip - Fusion3 Marketing

React fast to outages and attacks
Know exactly when users see an outage in your API or application and stop would-be attackers from stealing your user's data.
“This app's a gem, I cannot recommend it enough.”
David - Axos Bank
Works in your app
(or your website)

TypeScript
import { RM } from "@request-metrics/browser-agent";
RM.install({ token: "your-token" });
RM.identify("username1234", {
"name": "Jane Smetsted",
"email": "jane@example.com",
"test_headlines": "variant_alpha",
"is_member": "yes"
});
HTML Tag
<script src="/agent/rm.js"></script>
<script>
RM.install({ token: "your-token" });
RM.addMetadata({
"app_version": "1.2.5",
"test_headlines": "variant_alpha",
"session_id": "77236dfe"
});
</script>
It's everywhere you want to code.