diff --git a/src/lib/init/formatters.ts b/src/lib/init/formatters.ts index ed39cd965..c7cbfe005 100644 --- a/src/lib/init/formatters.ts +++ b/src/lib/init/formatters.ts @@ -75,6 +75,9 @@ export function formatResult(result: WorkflowRunResult): void { } log.info("Please review the changes above before committing."); + log.info( + "You're one of the first to try the new setup wizard! Run `sentry cli feedback` to let us know how it went." + ); outro("Sentry SDK installed successfully!"); }