Skip to content

Commit 5553b40

Browse files
betegonclaude
andcommitted
fix(init): correct feedback command to sentry cli feedback
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c316268 commit 5553b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/init/formatters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function formatResult(result: WorkflowRunResult): void {
7676

7777
log.info("Please review the changes above before committing.");
7878
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."
79+
"You're one of the first to try the new setup wizard! Run `sentry cli feedback` to let us know how it went."
8080
);
8181

8282
outro("Sentry SDK installed successfully!");

0 commit comments

Comments
 (0)