mike_tobia
TTCTheo's Typesafe Cult
•Created by Cobain on 1/25/2024 in #questions
How to monitor and analyze web app and api usage?
Have you seen:
https://nextjs.org/docs/app/api-reference/functions/use-report-web-vitals
You can use this to get some metrics and send it for collection with
navigator.sendBeacon
.4 replies