We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c6a91 commit c316268Copy full SHA for c316268
src/lib/init/formatters.ts
@@ -75,6 +75,9 @@ export function formatResult(result: WorkflowRunResult): void {
75
}
76
77
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
+ );
81
82
outro("Sentry SDK installed successfully!");
83
0 commit comments