Skip to content

Disable telemetry for pnpm next when contributing locally #44610

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

Merged
merged 1 commit into from
Jan 5, 2023

Conversation

styfle
Copy link
Member

@styfle styfle commented Jan 5, 2023

This PR fixes telemetry so it no longer reports pnpm next when contributing to Next.js

@ijjk ijjk added the created-by: Next.js team PRs by the Next.js team. label Jan 5, 2023
@styfle styfle requested a review from ijjk January 5, 2023 21:21
"debug": "node --inspect packages/next/dist/bin/next",
"next": "cross-env NEXT_TELEMETRY_DISABLED=1 node --trace-deprecation --enable-source-maps packages/next/dist/bin/next",
"next-no-sourcemaps": "cross-env NEXT_TELEMETRY_DISABLED=1 node --trace-deprecation packages/next/dist/bin/next",
"clean-trace-jaeger": "rm -rf test/integration/basic/.next && TRACE_TARGET=JAEGER pnpm next build test/integration/basic",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@timneutkens Is clean-trace-jaeger still used? I changed this to use pnpm next but I realize now that the test/integration/basic dir doesn't exist

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I think it's leftover we can remove in a follow-up PR if we want

@ijjk ijjk merged commit 862deb5 into canary Jan 5, 2023
@ijjk ijjk deleted the fix-telemetry-for-local-development-debugging branch January 5, 2023 21:27
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
created-by: Next.js team PRs by the Next.js team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants