finished sentry integration

This commit is contained in:
Yhael S
2023-10-07 05:10:20 -05:00
parent 2bbaa84714
commit af83a19fa4
4 changed files with 34 additions and 9 deletions

View File

@@ -263,6 +263,23 @@ limit_request = ${LIMIT_REQUEST}
; External Integrations ;
;-----------------------------;
;--------------;
; Sentry ;
;--------------;
sentry_dsn = https://84799fb74edc4053aa3368aec3c2cb89@o4504596558577664.ingest.sentry.io/4504596563230720
sentry_enabled = true
sentry_logging_level = warn
# sentry_exclude_loggers = werkzeug
# sentry_ignore_exceptions = odoo.exceptions.AccessDenied,
# odoo.exceptions.AccessError,odoo.exceptions.MissingError,
# odoo.exceptions.RedirectWarning,odoo.exceptions.UserError,
# odoo.exceptions.ValidationError,odoo.exceptions.Warning,
# odoo.exceptions.except_orm
sentry_include_context = true
# sentry_environment = production
# sentry_release = 1
# sentry_odoo_dir =
;-------------;
; Redis ;
;-------------;