I ran through the nextjs wizard and have everything set up. Both client and server are working on the local dev server but when I push a preview branch, only the client seems to be working. Nothing is coming through from the server instrumentation.
I've logged out the server DSN and it is correct - (client and server are using the same env var). Is there anything else I may be missing?