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.
sentry cli feedback
1 parent c316268 commit 5553b40Copy full SHA for 5553b40
src/lib/init/formatters.ts
@@ -76,7 +76,7 @@ export function formatResult(result: WorkflowRunResult): void {
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."
+ "You're one of the first to try the new setup wizard! Run `sentry cli feedback` to let us know how it went."
80
);
81
82
outro("Sentry SDK installed successfully!");
0 commit comments