Commit 4ef03e1
fix(artifacts): Widen exception handling for distribution notifications (EME-422)
Catch all exceptions (not just SentryClientError) when reporting
distribution errors/skips. Network errors like ConnectionError and
Timeout from requests aren't subclasses of SentryClientError, so they
would propagate uncaught and crash the pipeline. These are best-effort
notifications that should never block artifact processing.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1905724 commit 4ef03e1
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
| 448 | + | |
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
| |||
0 commit comments