Skip to content

Commit

Permalink
Correctly mark turbo sessions in telemetry (#55835)
Browse files Browse the repository at this point in the history
This regressed in #55063


Closes WEB-1643
  • Loading branch information
wbinnssmith committed Sep 22, 2023
1 parent b5c3996 commit d9ca3cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/src/cli/next-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ const nextDev: CliCommand = async (args) => {
}

if (process.env.TURBOPACK) {
isTurboSession = true
await validateTurboNextConfig({
...devServerOptions,
isDev: true,
Expand Down

0 comments on commit d9ca3cc

Please sign in to comment.