Custom instrumentation
Integrating AppSignal in Elixir
It’s possible that AppSignal does not provide automatic integration for your
framework of choice, or maybe you’re using your own application setup.
When AppSignal does not support something out-of-the-box it’s still possible to
instrument applications. AppSignal needs to be configured and started once
at the beginning of a process. It can be
configured through Mix configuration or by
using environment variables.
Note: This is not required for frameworks that AppSignal integrates with,
such as Phoenix, but it is for pure Elixir applications and code outside these
integrations, such as independent tasks or background jobs.