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 450819a commit 66c8298Copy full SHA for 66c8298
1 file changed
src/lib/trace-target.ts
@@ -300,7 +300,7 @@ export async function resolveTraceOrgProject(
300
301
case "org-scoped":
302
throw new ContextError("Specific project", usageHint, [
303
- `Use: ${usageHint.replace(USAGE_TARGET_RE, `${parsed.org}/<project>/`)}`,
+ `Use: ${usageHint.replace(USAGE_TARGET_RE, `${parsed.org}/<project>/${parsed.traceId}`)}`,
304
`List projects: sentry project list ${parsed.org}/`,
305
]);
306
0 commit comments