diff --git a/airflow.cfg b/airflow.cfg index 23d3d499..ef2fd228 100644 --- a/airflow.cfg +++ b/airflow.cfg @@ -887,8 +887,8 @@ smtp_retry_limit = 5 # Unsupported options: ``integrations``, ``in_app_include``, ``in_app_exclude``, # ``ignore_errors``, ``before_breadcrumb``, ``transport``. # Enable error reporting to Sentry -sentry_on = false -sentry_dsn = +sentry_on = true +sentry_dsn = https://056b72ca5668499a866cc024759e5a21@sentry.siscern.org/22 # Dotted path to a before_send function that the sentry SDK should be configured to use. # before_send = diff --git a/requirements-airflow.txt b/requirements-airflow.txt index 45717acb..eceea4bc 100644 --- a/requirements-airflow.txt +++ b/requirements-airflow.txt @@ -1,3 +1,3 @@ -c https://raw.githubusercontent.com/apache/airflow/constraints-2.8.3/constraints-3.10.txt -apache-airflow[celery, postgres, redis, cncf.kubernetes]==2.8.3 +apache-airflow[celery, postgres, redis, cncf.kubernetes, sentry]==2.8.3