evilrussian opened a new issue #11357:
URL: https://github.com/apache/airflow/issues/11357


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the 
following questions.
   Don't worry if they're not all applicable; just try to include what you can 
:-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   **Description**
   
   Requiring for defining sentry event custom tag in airflow.cfg
   <!-- A short description of your feature -->
   
   **Use case / motivation**
   
   Hi
   If we have 1 project in sentry for airflow and i we 3 sites with airflow 
(dev,stage,prod) we need to be able to set the custom tag in the airflow config 
in the sentry section for sentry to be able to distinguish where the event came 
from
   
   For example:
   ```
   [sentry]
   sentry_dsn = https://[email protected]/16
   sentry_custom_tag = stand = develop
   ```
   Now we have only this tags: 
https://airflow.apache.org/docs/stable/errors.html#tags
   
   


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


Reply via email to