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(brew): use .gz compressed artifacts and add post_install setup
Switch Homebrew formula to download .gz compressed binaries instead of raw
binaries. This reduces download size by ~62% (e.g. linux-x64 from 103MB to
30MB). Homebrew auto-decompresses .gz URLs natively.
Also add post_install hook that runs 'sentry cli setup --method brew
--no-modify-path' to configure shell completions, agent skills, and record
the installation method after install/upgrade.
0 commit comments