airbrakex v0.1.8 Airbrakex.Config View Source

This module handles smart fetching values from the config

Link to this section Summary

Functions

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

Link to this section Functions

Link to this function get(app, key, default \\ nil) View Source
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.