You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I upgraded one of my projects to 1.13.2 & OTP 24 yesterday & now I'm seeing some unhappiness from Honeybadger when it tries to parse the Elixir stacktrace.
However, I see that there are open issues where my Honeybadger friends are wanting more infos about the error (#336) and just throwing away this info may not be the right move.
So, I'm going to report this here and see what you guys think.
Thanks for all your awesome!
The text was updated successfully, but these errors were encountered:
tres
changed the title
Honeybadger.Backtrace.format_line Pattern Matching Breaks With Newer Versions of Elixir
Honeybadger.Backtrace.format_line Pattern Matching Breaks With Newer Versions of OTP
Feb 3, 2022
Hey my Honeybadger Homies!
Long time listener, first time caller.
So I upgraded one of my projects to 1.13.2 & OTP 24 yesterday & now I'm seeing some unhappiness from Honeybadger when it tries to parse the Elixir stacktrace.
Looks like there was some new meta info added to the stacktrace here: https://github.com/elixir-lang/elixir/pull/10977/files#diff-43a76a6112c9082ee3ddb63acc2419db8764edd039cb52e29e436734b414574bR1971
And I believe that's causing our
format_line
function pattern matching to miss:https://github.com/honeybadger-io/honeybadger-elixir/blob/master/lib/honeybadger/backtrace.ex#L27
Normally, I'd just open up a PR with something like:
However, I see that there are open issues where my Honeybadger friends are wanting more infos about the error (#336) and just throwing away this info may not be the right move.
So, I'm going to report this here and see what you guys think.
Thanks for all your awesome!
The text was updated successfully, but these errors were encountered: