squareboat / nest-eyewitness

Receive error reports directly to your inbox whenever any exception is witnessed 👀 in your NestJS application.
https://squareboat.com/open-source/nest-eyewitness/
MIT License
35 stars 3 forks source link

bug - nest_mailman_1.Mailman.init(...).to(...).subject is not a function #5

Open mdaneshjoo opened 3 years ago

mdaneshjoo commented 3 years ago

hi I see a bug when using mailman and eyewitness you are using mailman in eyewitness and it's not updated it use mailman version 0.1.0 "@squareboat/nest-mailman": "^0.1.0" because of that when I install mailman in my project "@squareboat/nest-mailman": "^0.3.0" I see this error TypeError: nest_mailman_1.Mailman.init(...).to(...).subject is not a function after some digging, I realize mailman does not have 'subject' method in 'Mailman' class