AppSignal v0.1.0 Appsignal.Config

Summary

Functions

Returns whether the Appsignal agent is configured to start on application launch

Initializes the Appsignal config. Looks at the config default, the Elixir-provided configuration and the various APPSIGNAL_* OS environment variables. Returns whether or not the configuration is valid

Functions

active?()

Specs

active? :: boolean

Returns whether the Appsignal agent is configured to start on application launch.

get_system_env()
initialize()

Specs

initialize :: :ok | {:error, :invalid_config}

Initializes the Appsignal config. Looks at the config default, the Elixir-provided configuration and the various APPSIGNAL_* OS environment variables. Returns whether or not the configuration is valid.