Skip to content

Commit a6114bd

Browse files
authored
feat: next instrumentation (#59)
1 parent aed8bf1 commit a6114bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nextjs/nextjs-wizard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export async function runNextjsWizard(options: WizardOptions): Promise<void> {
109109
integration: Integration.nextjs,
110110
});
111111

112-
let installationDocumentation;
112+
let installationDocumentation; // Documentation for the installation of the PostHog SDK
113113

114114
if (instrumentationFileAvailable(nextVersion)) {
115115
installationDocumentation = getModernNextjsDocs({

0 commit comments

Comments
 (0)