You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fold in the python-side nuances from spec's Tier 2 review:
- _assert_langfuse_observation_tree now disambiguates same-(type, name)
sibling observations (032's per-instance "process" spans) by their
scalar metadata rather than emission order, so the assertions can't
bind the wrong sibling if the observer's emission order shifts.
- _run_invocation_id_case now asserts the fixture's top-level verbatim
invocation_id clause (035/036) against the in-memory recorder's raw
trace.id, so it isn't half-asserted across the OTel and Langfuse
runners.
0 commit comments