Skip to content

Commit 971d6e2

Browse files
authored
Introduce sentry config
2 parents 1b7c806 + 54e2f49 commit 971d6e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/docker-compose-local.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ services:
2222
- LOAD_EX=n
2323
- EXECUTOR=Local
2424
- AIRFLOW__WEBSERVER__WORKERS=1
25+
- AIRFLOW__WEBSERVER__EXPOSE_CONFIG=true
26+
- AIRFLOW__SENTRY__SENTRY_ON
27+
- AIRFLOW__SENTRY__SENTRY_DSN
28+
- SENTRY_ENVIRONMENT=dev
2529
logging:
2630
options:
2731
max-size: 10m

0 commit comments

Comments
 (0)