Airflow sentry integration - Allow use of custom transports #30257
Unanswered
luispedroemg
asked this question in
Ideas
Replies: 1 comment 5 replies
-
PRs to support more options are always welcome. I think you are asking wrong question. Is there any reason people like you who get a free software are not contributing (or paying someone if they are not skilled enough) to contribute for the features they would like to use. I think you should answer the question first. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any reason why the sentry integration does not allow setting a custom transport?
My use-case is that I require airflow sentry events to be sent to different DSN's based on the DAG that the error or error log occurred in.
I was trying to follow the suggestions in this discussion: getsentry/sentry-python#1484
But I then noticed that setting the transport option in the sentry integration for airflow is unsupported.
Is there any reason why we cannot set a "multiplexing transport" as described in the discussion I linked?
I imagine it would work similarly to setting the before_send function (set a dotted path to the transport implementation we want to use).
Beta Was this translation helpful? Give feedback.
All reactions