guzru / winston-sentry

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

Cannot use with new version of SENTRY DSN format? #51

Closed dogenius01 closed 5 years ago

dogenius01 commented 6 years ago

Can i use this module with new version of SENTRY DSN format? Because, i get an error with new DSN format. But it works with old style DSN.

2018-08-24 16:46 +09:00: raven@1.2.1 alert: failed to send exception to sentry: HTTP Error (401): Invalid api key 2018-08-24 16:46 +09:00: Cannot talk to sentry. Reason: Invalid api key

mgara commented 5 years ago

@dogenius01 check my PR

dogenius01 commented 5 years ago

@dogenius01 check my PR

Great! I will check your PR.