Objective
Help track down errors by providing an interface to store errors in the sql database
Key Result
Easy to use error logging system
Details
Should probably be a table with an error_id (PRIMARY KEY), description of some sort/exception details/stacktrace, and a FOREIGN KEY referencing the QuestionLog. Maybe some other fields too?
Describe alternatives you've considered
We could automate creating github issues, which sounds awesome but could be a lot more work.
Objective
Help track down errors by providing an interface to store errors in the sql database
Key Result
Easy to use error logging system
Details
Should probably be a table with an error_id (PRIMARY KEY), description of some sort/exception details/stacktrace, and a FOREIGN KEY referencing the QuestionLog. Maybe some other fields too?
Describe alternatives you've considered
We could automate creating github issues, which sounds awesome but could be a lot more work.