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 e2c9215 commit c3500faCopy full SHA for c3500fa
1 file changed
src/commands/span/list.ts
@@ -301,7 +301,7 @@ export const listCommand = buildCommand({
301
const countText = `Showing ${flatSpans.length} span${flatSpans.length === 1 ? "" : "s"}.`;
302
hint = hasMore
303
? `${countText} Use --limit to see more.`
304
- : `${countText} Use 'sentry span view <span-id> --trace ${traceId}' to view span details.`;
+ : `${countText} Use 'sentry span view ${traceId} <span-id>' to view span details.`;
305
}
306
307
yield new CommandOutput({ flatSpans, hasMore, traceId });
0 commit comments