Skip to content

Commit 96dda7d

Browse files
betegonclaude
andcommitted
fix(init): remove implementation detail from help text
Drop the sentence about remote workflow coordination from fullDescription and broaden "configure error monitoring" to "configure Sentry" since the wizard sets up more than just error monitoring. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6d389c5 commit 96dda7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/commands/init.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ export const initCommand = buildCommand<InitFlags, [string?], SentryContext>({
2222
brief: "Initialize Sentry in your project",
2323
fullDescription:
2424
"Runs the Sentry setup wizard to detect your project's framework, " +
25-
"install the SDK, and configure error monitoring. Uses a remote " +
26-
"workflow that coordinates local file operations through the CLI.",
25+
"install the SDK, and configure Sentry.",
2726
},
2827
parameters: {
2928
positional: {

0 commit comments

Comments
 (0)