mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
set notice for sentry
This commit is contained in:
@@ -19,7 +19,7 @@ SERVICES=odoo,nginx,proxy,postgres
|
|||||||
# Service configuration
|
# Service configuration
|
||||||
USE_REDIS=false
|
USE_REDIS=false
|
||||||
USE_S3=false
|
USE_S3=false
|
||||||
USE_SENTRY=false
|
USE_SENTRY=false # Currently not working
|
||||||
USE_PGADMIN=false
|
USE_PGADMIN=false
|
||||||
|
|
||||||
# Enterprise
|
# Enterprise
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
|
jinja2
|
||||||
debugpy
|
debugpy
|
||||||
websocket-client
|
websocket-client
|
||||||
redis
|
redis
|
||||||
boto3
|
boto3
|
||||||
sentry-sdk
|
sentry-sdk
|
||||||
|
aiohttp
|
||||||
|
|||||||
Reference in New Issue
Block a user