opensandiego / mealscount-backend

Optimizing a free-meal reimbursement program for K-12 schools
MIT License
12 stars 15 forks source link

Add sentry to lambda handler #68

Closed nikolajbaer closed 4 years ago

nikolajbaer commented 4 years ago

Errors in the lambda task are not visible right now.

I have a sentry account already setup on the website, so adding that to the lambda handler would let me see any issues coming up. Should be easy to configure it to take in the key with an environment variable.

https://docs.sentry.io/platforms/python/aws_lambda/

nikolajbaer commented 4 years ago

Added now, specified with SENTRY_DSN environment variable