CityBaseInc / airbrake_client

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

issue-14 :: fix the default stacktrace in Airbrake.report/2 #15

Closed jdfrens closed 3 years ago

jdfrens commented 3 years ago

When Airbrake.report/2 generates its own stacktrace, we were getting a tuple instead of a stacktrace (which is a list of maps).

Issue #14 has the excruciating details. The diff on this PR is probably much more instructive.

I don't plan on releasing this immediately since I'd like to also get Issue #13 done in the next day or two.

Closes #14.