-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web Vitals support #486
Comments
What could be useful Showing metrics on a dashboard What we're missing ourselves: Samples It would be awesome if there's some way to also load samples into AppSignal of the requests with the slowest web vitals. Other products that do something with Web Vitals |
The JS integration is currently not setup to collect samples, I'm also not entirely sure what it should collect. But we can update the integration to emit samples if needed, and have the public endpoint collect them. Note that the public endpoint s limited in what it accepts size-wise for samples. Samples with 10k events will be rejected by the endpoint, for example. |
Our public endpoint already accepts web-vitals btw, on [
{
"id": "1596275342516-3380393974949",
"label": "custom",
"name": "Next.js-hydration",
"startTime": 1135,
"value": 12,
},
{
"id": "1596275342519-1731783822324",
"label": "web-vital",
"name": "FCP",
"startTime": 1171.295000007376,
"value": 1171.295000007376
}
] |
As discussed in https://3.basecamp.com/4738529/buckets/18166704/messages/3942605857
Research if we can add Web Vital support in the JavaScript libraries.
The text was updated successfully, but these errors were encountered: