Skip to content
New issue

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

[production] render_exception does not correctly render exceptions #375

Open
2 tasks
regineheberlein opened this issue Jan 14, 2025 · 0 comments
Open
2 tasks
Labels
bug 🐛 Something isn't working

Comments

@regineheberlein
Copy link
Contributor

Expected behavior

The error should contain a meaningful backtrace

Actual behavior

The error contains unknown instead of actual data

Steps to replicate

this proved trickier than we thought, TBD!

Impact of this bug

This makes it hard to troubleshoot

Acceptance criteria

  • an error is raised when, as appears to be the case here, the server is being accessed unauthorized
  • the error contains meaningful data in the backtrace

Honeybadger link and code snippet, if applicable

https://app.honeybadger.io/projects/102902/faults/116353268

ArgumentError: wrong number of arguments (given 3, expected 2)
unknown  ?  unknown(...)
unknown:?:in `unknown'

Implementation notes, if any

Relates to https://app.honeybadger.io/projects/102902/faults/115720788

@regineheberlein regineheberlein added the bug 🐛 Something isn't working label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant