kutuluk / loglevel-plugin-remote

A loglevel plugin for sending browser logs to a server
MIT License
102 stars 36 forks source link

Support for Custom Headers #14

Closed roblangridge closed 6 years ago

roblangridge commented 6 years ago

Nice plugin.

Our implementation required custom headers to be sent to our server in order to supplement the authorisation process.

Included a new config parameter for Custom Headers which is an object that will be passed down to the XHR requests.

kutuluk commented 6 years ago

Good feature, thanks!