CityBaseInc / airbrake_client

Airbrake client to report errors and exceptions to Airbrake.io.
Other
0 stars 1 forks source link

Issue 10 :: rename the app as `airbrake_client` #11

Closed jdfrens closed 3 years ago

jdfrens commented 3 years ago

Having different names for hex and the app is non-standard. Issue #10 describes the problems. This PR fixes the problem by renaming the app to :airbrake_client. The cost of renaming :airbrake to :airbrake_config in apps that depend on :airbrake_client isn't that high, so it breaks the "drop-in" replacement goal (by not by much).

Instructions in the README are updated.

Closes #10.