liefery-it-legacy / bugsnex

API client and logger for Bugsnag
MIT License
10 stars 2 forks source link

Support runtime configuration for api_key and release_stage #40

Closed smaximov closed 5 years ago

smaximov commented 5 years ago

Right now api_key and release_stage are resolved at compile time (when Bugsnex.Notice is compiled). This makes it impossible to configure these values at runtime, e.g. when configuring Distillery or new Elixir releases via environment variables.

berlintam commented 5 years ago

Thanks for this!