You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vitals URL is correct in the codebase, and it matches the one mentioned in the vercel docs you linkekd as well.
The HTTP error you are seeing is 400 which indicates that the shape of the data sent to vercel was incorrect. We can't investigate that without a reproduction.
Hello @kamontat. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with needs repro will be closed if they have no activity within 3 days.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
From source code
https://github.com/withastro/astro/blob/d71e937492cbaa0af7ad3dc7c9e4203e4145ed9b/packages/integrations/vercel/src/speed-insights.ts#L4C33-L4C77
The speed insight seem to send data to
https://vitals.vercel-analytics.com/v1/vitals
which is not found.The relate document is here: https://vercel.com/docs/speed-insights/api
What's the expected result?
Send speed insight to Vercel
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-krutnx
Participation
The text was updated successfully, but these errors were encountered: