From 68bbdc470f23b9f44f6f38ae2950b374b1589638 Mon Sep 17 00:00:00 2001 From: yhaelopez Date: Tue, 12 Dec 2023 20:50:08 -0700 Subject: [PATCH] set notice for sentry --- .env.example | 2 +- odoo/requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 819f2b7..e823ac0 100644 --- a/.env.example +++ b/.env.example @@ -19,7 +19,7 @@ SERVICES=odoo,nginx,proxy,postgres # Service configuration USE_REDIS=false USE_S3=false -USE_SENTRY=false +USE_SENTRY=false # Currently not working USE_PGADMIN=false # Enterprise diff --git a/odoo/requirements.txt b/odoo/requirements.txt index 2fa9750..1ee0342 100644 --- a/odoo/requirements.txt +++ b/odoo/requirements.txt @@ -1,5 +1,7 @@ +jinja2 debugpy websocket-client redis boto3 sentry-sdk +aiohttp