Skip to content

Function to log errors and details to a new table #181

@snekiam

Description

@snekiam

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions