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(update): Properly handle errors when getting latest CLI version (#2370)
The current code suppresses any API errors that occur when trying to get
the latest CLI version. This is probably ideal behavior in the update
nagger, but likely not in the `sentry-cli update` command.
This change also fixes a `clippy::unnecessary_wraps` lint.
Ref #2357
0 commit comments