We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd025a2 commit fd38518Copy full SHA for fd38518
src/nextjs/nextjs-wizard.ts
@@ -206,7 +206,7 @@ export async function runNextjsWizard(options: WizardOptions): Promise<void> {
206
}
207
208
function instrumentationFileAvailable(nextVersion: string | undefined): boolean {
209
- const minimumVersion = '15.3.0'; //instrumentation-client.js|tsx was introduced in 15.3
+ const minimumVersion = '15.3.0'; //instrumentation-client.js|ts was introduced in 15.3
210
211
if (!nextVersion) {
212
return false;
0 commit comments