appsignal-ruby: Appsignal extension fails to load on M1 macs

https://appsignal.com/diagnose/diag0341f8d8bcee9f83e330

  Installation result
    Status: failed
    Message: AppSignal currently does not support your system architecture (arm-darwin).Please let us know at support@appsignal.com, we aim to support everything our customers run.
  Language details
    Implementation: ruby
    Ruby version: 2.7.0-p137
  Download details
    Download URL:
    Checksum: unverified
  Build details
    Install time: 2021-02-19 08:32:11 UTC
    Architecture: arm
    Target: darwin
    Musl override: false
    Library type: static
    Source:
    Dependencies: {}
    Flags: {}
  Host details
    Root user: false
    Dependencies: {}

Host information
  Architecture: arm
  Operating System: darwin20.3.0
  Ruby version: 2.7.0-p137
  Root user: false
  Running in container:

Would be great to have arm-darwin support, otherwise I see this on every app load:

ERROR: AppSignal failed to load extension. Please run `appsignal diagnose` and email us at support@appsignal.com
LoadError: cannot load such file -- appsignal_extension

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 1
  • Comments: 19 (12 by maintainers)

Commits related to this issue

Most upvoted comments

Hi, would it be possible to disable the extension / silence this error in dev / test environments?

It indeed creates a lot of unwanted noise. I hoped that last week changes would improve the situation but sadly my console is still littered with appsignal messages that ask me to reach your support.

Thank you, and I totally understand that supporting appsignal on M1 is not a priority.

We have the same error message on all our Rails applications.

Disabling the extension (via an ENV variable or configuration) would be appreciated in dev / test environments. Supporting the extension on Apple ARM is not important, but keeping developpers happy with less noise is 😃