guzru / winston-sentry

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

Fix Sentry "Additional Data" #11

Closed scommisso closed 11 years ago

scommisso commented 11 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".

scommisso commented 11 years ago

Closing -- adding a Raven version update.