Hi there,
we are trying to implement distributed tracing on our frontend APM, however we are using SSR and that causes the first page load to miss useful tracing information.
'page-load' example:

'route-change': example:

The application is built with Nextjs and react, as well as using a zeit now serverless deployment.
Should we initialise with the node agent instead of the js agent on the server side or is there something else I'm missing?