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

Submit all request headers #63

Closed
arjan opened this issue Jan 11, 2017 · 1 comment
Closed

Submit all request headers #63

arjan opened this issue Jan 11, 2017 · 1 comment
Assignees
Milestone

Comments

@arjan
Copy link
Contributor

arjan commented Jan 11, 2017

On submitting an error or sample data, we should send all request headers to Appsignal when the %Plug.Conn{} structure is known. This allows for easier debugging and replaying of requests.

On the Ruby gem, this is harder becaue the request headers are mixed in with the general environment variables; on Elixir this is not the case.

See #18

cc @Wijnand @thijsc

@arjan arjan added this to the Elixir 1.0 milestone Jan 11, 2017
@arjan
Copy link
Contributor Author

arjan commented Jan 17, 2017

Fixed in #75

@arjan arjan closed this as completed Jan 17, 2017
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