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

Add a way to send params, headers, etc. w/ "API Only Usage" #40

Open
joshuap opened this issue Jan 24, 2017 · 1 comment
Open

Add a way to send params, headers, etc. w/ "API Only Usage" #40

joshuap opened this issue Jan 24, 2017 · 1 comment

Comments

@joshuap
Copy link
Member

joshuap commented Jan 24, 2017

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.

@JasonTrue
Copy link
Collaborator

I can start work on this if you like (probably Tuesday Japan time/Monday night for you).

@joshuap joshuap closed this as completed Aug 10, 2018
@joshuap joshuap reopened this Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants