sentry_airflow icon indicating copy to clipboard operation
sentry_airflow copied to clipboard

Airflow integration with Sentry (https://sentry.io)

Results 4 sentry_airflow issues
Sort by recently updated
recently updated
newest added

Hi If we have 1 project in sentry for airflow and i have 3 sites with airflow (dev,stage,prod) we need to be able to set the tag in the airflow...

It seems like the Airflow-provided Sentry is not reporting failures as this plugin does. In fact it’s not sending them at all unless they happen outside of a task or...

I installed the plugin into our composer instance, and failures caused more failures (syntax error with * args) because our composer is still running python 2 (1.9). I realise python...

I'm sure I set the environment variable correctly by executing: ```export SENTRY_DSN=[MY_SENTRY]``` I got this error: ```{sentry_hook.py:107}` WARNING - Connection was not found, defaulting to environment variable.```