We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error should contain a meaningful backtrace
The error contains unknown instead of actual data
unknown
this proved trickier than we thought, TBD!
This makes it hard to troubleshoot
https://app.honeybadger.io/projects/102902/faults/116353268
ArgumentError: wrong number of arguments (given 3, expected 2) unknown ? unknown(...) unknown:?:in `unknown'
Relates to https://app.honeybadger.io/projects/102902/faults/115720788
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
The error should contain a meaningful backtrace
Actual behavior
The error contains
unknown
instead of actual dataSteps to replicate
this proved trickier than we thought, TBD!
Impact of this bug
This makes it hard to troubleshoot
Acceptance criteria
Honeybadger link and code snippet, if applicable
https://app.honeybadger.io/projects/102902/faults/116353268
Implementation notes, if any
Relates to https://app.honeybadger.io/projects/102902/faults/115720788
The text was updated successfully, but these errors were encountered: