issues
search
tnc-ca-geo
/
animl
A platform for managing camera trap data
MIT License
1
stars
0
forks
source link
Implement proper error handling
#20
Closed
nathanielrindlaub
closed
4 years ago
nathanielrindlaub
commented
4 years ago
[x] redirect errors to centralized error handler
[x] try, catch for all async functions
[ ] send more verbose info in 500 responses
[x] make sure every promise has a catch clause, and subscribe to process.on(‘unhandled rejection’, callback) as a
fallback
[x] log errors (#18)