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

.sendConsoleErrors( true) is broken #25

Closed varshneyjayant closed 9 years ago

varshneyjayant commented 9 years ago

Does not send the actual error message. Tried with throw "this is my custom error"; but custom message could not be seen in Loggly, though script error log was there.