potiuk commented on PR #67505: URL: https://github.com/apache/airflow/pull/67505#issuecomment-4700364008
Fair question — I don't have a production occurrence. This is defensive: `add_tagging`/`add_breadcrumbs` call into the Sentry SDK, which can in principle raise (SDK bugs, odd tag-value serialization), and today such a raise is indistinguishable from a real task failure and can stop the wrapped `run()` from executing at all. The value is decoupling non-critical instrumentation from the critical run path, not fixing an observed bug. If the bar is a demonstrated failure, I'm happy to close it — no strong attachment. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
