Hello, it is posible to access all the system exceptions reported from the Odoo logger?
With Bugsnag, for example, I can trigger a notification in a custom module inside a try/except structure, and show them in another platform, but it is posible to access the unhandled exceptions from the Odoo Server? How so?
Thanks.