coopdevs / odoo-role

Ansible role provisioning Odoo.
GNU General Public License v3.0
13 stars 20 forks source link

Add Sentry support #119

Closed oriolpiera closed 3 years ago

oriolpiera commented 3 years ago

Add two new posibles variables to configure Sentry

odoo_role_enable_sentry: true odoo_role_sentry_dsn: https://your_sentry_url

cesarlr commented 3 years ago

What do you think about checking it's present also the Odoo module you are using for Sentry interation? We do something similar here https://github.com/coopdevs/odoo-role/blob/536d2b88ed3188bfcc2c6972eba96ee8503b8da7/tasks/main.yml#L277

oriolpiera commented 3 years ago

@cesarlr but I understant this is useful when you need to run any command depending of this but in this scenario, I think that I don't need to run any command