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
refactor(core): Streamline standalone span handling in _onSpanEnded
Drop the redundant `client` and `!_isStandaloneSpan` re-checks: emit `spanEnd`
via optional chaining, let the standalone branch own its early return with
guard-style returns, and emit `afterSpanEnd` only on the non-standalone path.
No behavior change.
0 commit comments