loggly / loggly-jslogger

Client-side (browser) logger to use with Loggly v2
79 stars 51 forks source link

Allow tags to be updated on subsequent logs #56

Closed atdrago closed 6 years ago

atdrago commented 6 years ago

This PR adds the ability to add tags to subsequent logs. It takes the tag passed on the initializing push and uses that as the baseTag. Subsequent calls to push use that baseTag as the tag field in the log. If a tag is specified on the subsequent push, it will be added to the baseTag to form the tag for that log alone.

atdrago commented 6 years ago

This PR was opened by mistake 😬