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

Fix/stack #54

Closed jaketodaro closed 8 years ago

jaketodaro commented 8 years ago

Fix includeUrl not being respected when logging js errors caught by window.onerror and fix stack not being sent. This will have merge conflicts with my other PR, but I'll handle those once you merge one of them.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+5.6%) to 84.028% when pulling 623223b0eb3645cc92958d5a223b55924c398098 on jaketodaro:fix/stack into 341ac23295a9ebc6131691fc82548bcafcec7921 on ajbrown:develop.

ajbrown commented 8 years ago

@jaketodaro Merged the other one in, go ahead and fix the conflicts and I'll get this one merged as well.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+4.9%) to 84.663% when pulling 573807c500fc6cadaed4516362d1f4e1372579ff on jaketodaro:fix/stack into c524d32d0acb1216128fd790348a2ed9869020d1 on ajbrown:develop.

jaketodaro commented 8 years ago

Should be all set now.