We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
We confirmed that it is currently tracking properly in the Next.js page directory. What does Next.js do?
i think some people faced same issue like me
if you want to set up Pinpoint-Node-Agent,
you should check next.config.js instrumentationHook option
and you just implement pinpoint code at instrumentation.js
// next.config.js { experimental: { instrumentationHook: true, }, }
// instrumentation.js export async function register () { if(process.env.NEXT_RUNTIME === "nodejs"){ const Agent = await require("pinpoint-node-agent/lib/agent") new Agent({ ...your config }) } }
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: