Resolved :boop_error_tracker configuration.
Summary
Types
@type actions() :: [Boop.Event.action()] | (error :: map(), occurrence :: map() | nil -> [Boop.Event.action()])
@type t() :: %BoopErrorTracker.Config{ actions: actions(), enabled: boolean(), environment: String.t() | nil, error_tracker_url: String.t() | nil, in_app: [atom()] | nil, level: Boop.Event.level(), notify_on: [trigger()], source: String.t(), tags: map(), throttle: non_neg_integer() }
@type trigger() :: :new | :unresolved | :occurrence
Functions
@spec resolve() :: t()
Reads the application environment into a struct.