Skip to content

Commit efbeff1

Browse files
betegonclaude
andauthored
feat(init): show feedback hint after successful setup (#430)
## Summary After a successful `sentry init`, shows a hint reminding users they can run `sentry feedback` to share their experience. Since we're early, the message leans into that: "You're one of the first to try the new setup wizard!" Closes #429 --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a3c6a91 commit efbeff1

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 cli feedback` to let us know how it went."
80+
);
7881

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

0 commit comments

Comments
 (0)