Sentry integration with frappe framework

I am trying to integrate the sentry with frappe framework using existing sentry app(GitHub - Bloomstack/frappe-sentry: Sentry integration for Frappe Framework).

Are these hooks still available:

custom handler to report exceptions without necessarily breaking system flow

  1. exception_handlers = [“sentry.utils.handle”]
  2. error_capture_log = [“sentry.utils.handle”]

I am not able to find any hook regarding error handling over here(Hooks).

Can any assist on this, someone who has already integrated the sentry with frappe framework?

There is an an active fork with steps on how to setup the Sentry integration. Check out frappe-sentry.