We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed8bf1 commit a6114bdCopy full SHA for a6114bd
src/nextjs/nextjs-wizard.ts
@@ -109,7 +109,7 @@ export async function runNextjsWizard(options: WizardOptions): Promise<void> {
109
integration: Integration.nextjs,
110
});
111
112
- let installationDocumentation;
+ let installationDocumentation; // Documentation for the installation of the PostHog SDK
113
114
if (instrumentationFileAvailable(nextVersion)) {
115
installationDocumentation = getModernNextjsDocs({
0 commit comments