-
Notifications
You must be signed in to change notification settings - Fork 28.5k
Expose mechanism to monitor render events #2655
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
Conversation
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.
Have you taken this: https://github.com/zeit/next.js/blob/v3-beta/client/next-dev.js#L15-L34 into account?
Both cases should run when in dev mode. |
Ping |
8570540
to
3fe02f0
Compare
3fe02f0
to
87a0bf0
Compare
@timneutkens @arunoda rebased against master. |
87a0bf0
to
15a5f43
Compare
This allows for customization of the client global bootstrap.
15a5f43
to
0436ac9
Compare
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.
Lets take this in
* Allow custom clientBootstrap entrypoint This allows for customization of the client global bootstrap. * Expose render event emitter to client * Include client entry point in npm package
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Doing this to allow for live-tracking of startup performance of our app in production.
Example: