-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added sentry as a dependency and added DSN to airflow.cfg
- Loading branch information
1 parent
5a98322
commit 1b10ebe
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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://[email protected]/22 | ||
|
||
# Dotted path to a before_send function that the sentry SDK should be configured to use. | ||
# before_send = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|