honeybadger-io / honeybadger-elixir

Elixir client for Honeybadger.
MIT License
180 stars 55 forks source link

chore: replace `Mix.Config` with `Config` #527

Closed abshierjoel closed 1 year ago

abshierjoel commented 1 year ago

Closes #526

subzero10 commented 1 year ago

Hey @abshierjoel, thanks for submitting this PR! The tests are failing, can you please take a look?

abshierjoel commented 1 year ago

@subzero10 Ah, I switched to using the Config.config_env/1 function, which isn't available until Elixir 1.11. Will have a fix up for this tomorrow -- thanks!