guzru / winston-sentry

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

Add support for request context and user context #18

Closed erlichmen closed 9 years ago

erlichmen commented 9 years ago

If the user passes request and user context in the extra data pass them to the top level of the meta (same as in tags context)

guzru commented 9 years ago

Thanks!