exceptionless / Exceptionless.JavaScript

Exceptionless JavaScript client
http://exceptionless.com
Apache License 2.0
59 stars 24 forks source link

Added support for headers #133

Closed niemyjski closed 1 year ago

niemyjski commented 1 year ago

I'm not sure about any differences between node headers vs express headers https://nodejs.org/api/http.html#requestgetheaders

All of our request info collector works off of request (express?) object, seems to just have string values but the node docs has both..