Would really appreciate a binary for ARM.
Raspberry 4 with 4 Gig RAM and SSD should work fine with Sentry.
Same here, preferably an ARM binary for musl as well (alpine docker)
please note this has increased in importance with the release of AWS's new Graviton2 processors into EC2 mainstream instances (T4G), so it's becoming a necessity to support ARM in popular packages.
Any luck? sentry-webpack-plugin does not work with Macbook M1
Any luck? sentry-webpack-plugin does not work with Macbook M1
You can build sentry cli on arm from source, there's still no provided binary for it.
Until this will be available you can use my repo: https://github.com/gersakbogdan/sentry-cli-Linux-arm64
Those are built from source.
would be great to have this so that I can use sentry inside docker on M1
the same issue here - with installation inside of docker
bump
Released as 1.63.0. Cheers!
@kamilogorek I've just tried the new 1.63 release on an EC2 ARM instance but the binary still appears to be missing. Here is my output from yarn --verbose
Error: Unable to download sentry-cli binary from https://downloads.sentry-cdn.com/sentry-cli/1.63.0/sentry-cli-Linux-arm64.
Server returned 403: Forbidden.
It's looking for arm64 which seems to conflict with the aarch64 naming convention here.
_Update_
Related PR
https://github.com/getsentry/sentry-cli/pull/917
Released as 1.63.1
Most helpful comment
would be great to have this so that I can use sentry inside docker on M1