Skip to content

Commit c316268

Browse files
betegonclaude
andcommitted
feat(init): show feedback hint after successful setup
Closes #429 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a3c6a91 commit c316268

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib/init/formatters.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ export function formatResult(result: WorkflowRunResult): void {
7575
}
7676

7777
log.info("Please review the changes above before committing.");
78+
log.info(
79+
"You're one of the first to try the new setup wizard! Run `sentry feedback` to let us know how it went."
80+
);
7881

7982
outro("Sentry SDK installed successfully!");
8083
}

0 commit comments

Comments
 (0)