Friend.ly
Friend.ly copied to clipboard
feat: Integrate sentry for error logging
Is your feature request related to a problem? Please describe.
We want to better be able to monitor our error logs. We can use Sentry for this and winston on bunyan for local logging.
Describe the solution you'd like
Introduce sentry for logging our errors. The errors should be environment specific, that is, generating separate errors for dev and prod environments.