guzru / winston-sentry

Sentry transport for winston logger for node js
MIT License
82 stars 37 forks source link

Fix "Additional Data" capture, updated Raven version. #12

Closed scommisso closed 10 years ago

scommisso commented 10 years ago

The Winston metadata should be put into the "extra" field on the Sentry options parameter in order for it to correctly show up in the "Additional Data" section in the Sentry client.

I have also renamed the transport to "SentryLogger", and updated Raven to minimum 0.5.4 (< 0.6)

guzru commented 10 years ago

Thanks! ;)

scommisso commented 10 years ago

That was fast, appreciate it. :)