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
feat(build): Improve error messages for nonexistent projects
When 'sentry-cli build upload' fails due to a nonexistent project,
provide specific guidance to users about using --project and --org flags.
Fixes EME-175
[..]WARN[..]EXPERIMENTAL: The build subcommand is experimental. The command is subject to breaking changes and may be removed without notice in any release.
5
+
WARN [..] Failed to upload 1 file:
6
+
WARN [..] - [..]apk.apk
7
+
WARN [..] Project not found. Ensure that you configured the correct project and organization.
8
+
WARN [..] Use --project and --org flags to specify the correct values.
9
+
error: Failed to upload any files
10
+
11
+
Add --log-level=[info|debug] or export SENTRY_LOG_LEVEL=[info|debug] to see more output.
12
+
Please attach the full debug log to all bug reports.
0 commit comments