You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/04 02:41:31 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #20639: Clarify `sentry_on` value is not quoted with example

kaxil commented on a change in pull request #20639:
URL: https://github.com/apache/airflow/pull/20639#discussion_r777795785



##########
File path: docs/apache-airflow/logging-monitoring/errors.rst
##########
@@ -29,13 +29,14 @@ First you must install sentry requirement:
 
    pip install 'apache-airflow[sentry]'
 
-After that, you need to enable the integration by set ``sentry_on`` option in ``[sentry]`` section to ``"True"``.
+After that, you need to enable the integration by set ``sentry_on`` option in ``[sentry]`` section to ``'True'``.

Review comment:
       ```suggestion
   After that, you need to enable the integration by set ``sentry_on`` option in ``[sentry]`` section to ``True``.
   ```




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org