Honeybadger.get_all_env

You're seeing just the function get_all_env, go back to Honeybadger module for more information.

Specs

get_all_env() :: [{atom(), any()}]

Fetch all configuration specific to the :honeybadger application.

This resolves values the same way that get_env/1 does, so it resolves :system tuple variables correctly.

Example

Honeybadger.get_all_env()
#=> [api_key: "12345", environment_name: "dev", ...]