hackatime/app/services/application_service.rb
Mahad Kalam 28fa174861
Add Sentry monitoring for previously unreported errors (#1066)
* Add Sentry monitoring for previously unreported errors

* Fix

* Fixes

* whoops!
2026-03-13 11:06:12 +00:00

3 lines
54 B
Ruby

class ApplicationService
include ErrorReporting
end