You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
704 B

  1. * **No database separation** -- This module functions by intercepting all Odoo
  2. logging records in a running Odoo process. This means that once installed in
  3. one database, it will intercept and report errors for all Odoo databases,
  4. which are used on that Odoo server.
  5. * **Frontend integration** -- In the future, it would be nice to add
  6. Odoo client-side error reporting to this module as well, by integrating
  7. `raven-js <https://github.com/getsentry/raven-js>`_. Additionally, `Sentry user
  8. feedback form <https://docs.sentry.io/learn/user-feedback/>`_ could be
  9. integrated into the Odoo client error dialog window to allow users shortly
  10. describe what they were doing when things went wrong.