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).
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.