ajbrown / angular-loggly-logger

An AngularJS module which sends your $log message to loggly, and provides a service for manually sending messages to loggly.
MIT License
32 stars 49 forks source link

Add `logUserAgent()`? #48

Closed jaketodaro closed 8 years ago

jaketodaro commented 8 years ago

It's easy enough to log user agent yourself, but the same could be said for time and url. Is logUserAgent something we could add? Happy to send a PR.

ajbrown commented 8 years ago

This should probably be includeUserAgent( true ), defaulting to false so it's consistent. I'd welcome the PR.