I added sails-hook-sentry to my project and after that it works fine with the captureException method.
in the script https://github.com/listepo/sails-hook-sentry/blob/master/index.js#L40
there is a event is called when you see a 500 page.
In my project it isn't called...
my questions:
- is this something in my project
- does anyone other expect the issues?
- do we need to change the event to another one?
- is this a bug in sails?