View Source AirbrakeEx.Config (airbrake_ex v0.2.8)

This module handles smart fetching of 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

Link to this function

get(app, key, default \\ nil)

View Source
@spec 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.