tiopi commented on a change in pull request #5382: [AIRFLOW-4741] Include 
Sentry for Airflow
URL: https://github.com/apache/airflow/pull/5382#discussion_r291693256
 
 

 ##########
 File path: airflow/www/static/js/connection_form.js
 ##########
 @@ -62,6 +62,12 @@ $(document).ready(function () {
         'login': 'Username',
       }
     },
+    sentry: {
+      hidden_fields:['host', 'schema', 'login', 'password', 'port', 'extra'],
+      relabeling: {
+        'conn_id': 'dsn'
 
 Review comment:
   You are right, the previous file was a mistake, and I meant to place the dsn 
in the host field.

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

Reply via email to