logdna / nodejs

Node.js library for logging to LogDNA
MIT License
74 stars 66 forks source link

Add browser detection #88

Closed vilyapilya closed 4 years ago

vilyapilya commented 4 years ago

Setting the user-agent header pollutes browsers' console. I set 'source' header instead of 'user-agent' to the request header. This header does not trigger the same error message in the browser console. Add the browser detection library to get the information about browser. @andkon wants to have this info.

darinspivey commented 4 years ago

I'm closing this for now. It's super outdated, and doesn't appear related to any of our current efforts. We can re-do this work if browser detection is still desired.