airbrakex v0.1.1 Airbrakex.Config

This module handles smart fetching values from the config

Summary

Functions

Fetches a value from config, or environment if {:system, “VAR”} is provided. An optional default value can be provided, if desired

Functions

get(app, key, default \\ nil)

Specs

get(atom, atom, term | nil) :: term

Fetches a value from config, or environment if {:system, “VAR”} is provided. An optional default value can be provided, if desired.