fission-codes / fission

Fission CLI & server
https://runfission.com/docs
119 stars 14 forks source link

Logging with Sentry #179

Closed expede closed 5 years ago

expede commented 5 years ago

Summary

Problem

Logs with nohup.out are... insufficient. They're very easy to overwrite, we have to SSH in the server to read them, searching logs with grep leaves a lot to be desired.

Solution

Integrate Sentry

Detail

expede commented 5 years ago

This feels like a @bechurch task (based of previous interest), but doesn't have to be

bnchrch commented 5 years ago

am interested!

expede commented 5 years ago

WIP — actually have it working, but need to clean up the branch and not have the key hard coded (hence no pushed branch :P)