untitaker commented on a change in pull request #5407: [AIRFLOW-4741] Include Sentry into core Airflow URL: https://github.com/apache/airflow/pull/5407#discussion_r305064775
########## File path: setup.py ########## @@ -261,6 +261,7 @@ def write_version(filename: str = os.path.join(*["airflow", "git_version"])): samba = ['pysmbclient>=0.1.3'] segment = ['analytics-python>=1.2.9'] sendgrid = ['sendgrid>=5.2.0,<6'] +sentry = ['sentry-sdk>=0.8.0', "blinker>=1.1"] Review comment: Flask has a signals system that the SDK uses to hook into Flask apps. The signalling system requires blinker. It's an optional dependency of Flask. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
