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
See API Only Usage. We should have a way to report request data manually like we do in our other clients (pseudo code):
reporter.reportError(t, { params: { foo: 'bar' } });
See https://github.com/honeybadger-io/honeybadger-java/blob/731d80e0ea5eecca389db6026b814994ab41a471/src/main/java/io/honeybadger/reporter/dto/Request.java for available request data.
The text was updated successfully, but these errors were encountered:
I can start work on this if you like (probably Tuesday Japan time/Monday night for you).
Sorry, something went wrong.
No branches or pull requests
See API Only Usage. We should have a way to report request data manually like we do in our other clients (pseudo code):
See https://github.com/honeybadger-io/honeybadger-java/blob/731d80e0ea5eecca389db6026b814994ab41a471/src/main/java/io/honeybadger/reporter/dto/Request.java for available request data.
The text was updated successfully, but these errors were encountered: