veritus / veritus-backend

1 stars 0 forks source link

Setup sentry for error handling and logging #56

Closed AriHrannar closed 7 years ago

AriHrannar commented 7 years ago

Description

Would be nice to setup sentry (using a docker image and having it as part of our stack) so that we have a centralized place for all failures / uncaught errors.

Maybe even move our logging there as well so everything is in the same place. pViewing the logs now is a bit more cumbersome with the docker setup.

Following this is probably enough to complete this