-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(nextjs): Automatic performance monitoring #3586
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
feat(nextjs): Automatic performance monitoring #3586
Conversation
size-limit report
|
lobsterkatie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides merging master (required for some code)
Noted changes are from 15a2aa2, 84d05f4 and 3290289, which are all contained in #3586 (files) and #3586 (files)
The main nextjs performance feature branch is up to date with master. Can you please rebase on that, so that this PR only has your changes? That's much easier than trying to keep track of which commits and files count towards the PR and which don't.
For ease of use, I make it so that for client-side tracing nextRouterInstrumentation is always turned on
3290289 to
5f05c5b
Compare
|
Rebased to make changes easier to see. |
Besides merging master (required for some code), this PR adds performance monitoring on the frontend automatically, requiring no action from the user.