发布

  • [OPIK-5664] [E2E] fix: replace span.end() with end_time at creation (#6139)

    frostbyte_neo 发布于 2026-04-08 17:07:00 +00:00

    Pass end_time directly to span constructor instead of calling .end()
    shortly after creation. With batching enabled, .end() sends an update
    that can arrive before the batched create is flushed, causing data loss.

    Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com

    下载附件