The GitHub Actions job "Tests (AMD)" on airflow.git/isolate-sentry-instrumentation-from-task-run has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 4822f541848fe1a0a7dd60eacad68ed6e081770b / Jarek Potiuk <[email protected]> Isolate Sentry instrumentation from task run In ``ConfiguredSentry.enrich_errors``, ``prepare_to_enrich_errors``, ``add_tagging`` and ``add_breadcrumbs`` ran inside (or alongside) the same try-block as the wrapped ``run(...)``. An exception raised by any of them propagated through the wrapper, so a failure in non-critical Sentry instrumentation looked indistinguishable from a real task failure and the wrapped ``run`` never executed. Wrap each instrumentation step in its own ``try/except`` and log a structured warning on failure. The wrapped ``run`` still runs inside ``sentry_sdk.new_scope`` and its exceptions are captured and re-raised — that part is unchanged. Report URL: https://github.com/apache/airflow/actions/runs/27365553789 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
