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: lower log level for missing base ref detection (EME-369)
Changes the logging level from warn to info when failing to detect base
branch reference in build uploads. This reduces noise in build logs for
common scenarios including detached HEAD states in PRs and main/master
branch builds where base ref detection failures are expected.
Also removes --log-level=error from all build upload tests and updates
test expectations to include the experimental warning that is now visible.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
WARN [..] EXPERIMENTAL: The build subcommand is experimental. The command is subject to breaking changes and may be removed without notice in any release.
WARN [..] EXPERIMENTAL: The build subcommand is experimental. The command is subject to breaking changes and may be removed without notice in any release.
4
5
error: Auth token is required for this request. Please run `sentry-cli login` and try again!
5
6
6
7
Add --log-level=[info|debug] or export SENTRY_LOG_LEVEL=[info|debug] to see more output.
WARN [..] EXPERIMENTAL: The build subcommand is experimental. The command is subject to breaking changes and may be removed without notice in any release.
WARN [..] EXPERIMENTAL: The build subcommand is experimental. The command is subject to breaking changes and may be removed without notice in any release.
0 commit comments