-
Notifications
You must be signed in to change notification settings - Fork 9
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
Required props for injectSpeedInsights #32
Comments
Also had to do something like this, not sure what's the big deal. Now may I ask, @benoitrongeard do you receive any |
Hello and thank you for the bug report. |
@benoitrongeard version 1.0.3 contains a fix and will be available within a few minutes. |
@feugy Thx |
Hey,
Wanted to enable vercel speed insights with an Angular app.
I'm using Typescript@5.2.2 with Angular@17, vercel/speed-insights@1.0.1
The injectSpeedInsights function require a props argument.
To work well, and see vercel speed insight result and http calls in console, i set a empty object {} as props argument.
Without this argument, vercel speed insights don't work (Can't see http calls for insight inside network tab)
The text was updated successfully, but these errors were encountered: