I am trying to integrate the sentry with frappe framework using existing sentry app(https://github.com/Bloomstack/frappe-sentry).
Are these hooks still available:
custom handler to report exceptions without necessarily breaking system flow
- exception_handlers = [“sentry.utils.handle”]
- error_capture_log = [“sentry.utils.handle”]
I am not able to find any hook regarding error handling over here(https://frappeframework.com/docs/user/en/python-api/hooks).
Can any assist on this, someone who has already integrated the sentry with frappe framework?