sentry-cli
sentry-cli copied to clipboard
Ensure Windows trusts Sentry CLI binary
When downloading the Sentry CLI .exe on a Windows machine, using the Edge browser, a warning like this appears.
Proceeding with the download requires clicking through several sub-menus to confirm you really want to download the binary.
We should investigate whether there is some way to sign the binary so that Windows recognizes it as being safe, similar to how we codesign the macOS binary.
cc @burak.kaya since we worked on the macOS codesigning together