CityBaseInc / airbrake_client

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

Use Erlang's :gen_event #5

Closed jdfrens closed 3 years ago

jdfrens commented 3 years ago

Cliff McIntosh has a PR to use :gen_server instead of the deprecated GenServer. He posted this PR to the original airbrake project: https://github.com/romul/airbrake-elixir/pull/12.

I've taken Cliff's branch from his fork and added it to our new repo. I also added a few more commits to handle __STACKTRACE__ and child specs.

cliftonmcintosh commented 3 years ago

Thanks for making it better and seeing this across the finish line.