Commit a6b9326
committed
fix(session): explicit no-op fallback for observability emit_event
The P1-5 deposit event imports core.observability.events (introduced by
HKUDS#181). Previously an ImportError was swallowed silently by the blanket
except; per maintainer review, make the fallback explicit so the event
is intentionally skipped until the observability bus lands, regardless
of merge order (HKUDS#183 vs HKUDS#181).1 parent 5bf8c61 commit a6b9326
1 file changed
Lines changed: 15 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
530 | | - | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
531 | 537 | | |
532 | 538 | | |
533 | 539 | | |
| |||
0 commit comments