-
-
Notifications
You must be signed in to change notification settings - Fork 6
Error Monitoring #13
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Rails provides a standardized way of listening for errors with ErrorReporter:
https://api.rubyonrails.org/classes/ActiveSupport/ErrorReporter.html
We can use this for tracking errors and showing them in the UI.