You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(profile): fix invalid --org flag in error suggestion
When project is null, the stale/unknown ref error messages suggested
'sentry profile list --org <org>' but profile list has no --org flag.
Now omits the target when project is unknown, letting auto-detection
handle it.
0 commit comments