dylibso / observe-sdk

Continuous runtime observablity SDKs to monitor WebAssembly code.
https://dev.dylibso.com/docs/observe/overview
Apache License 2.0
156 stars 7 forks source link

Go SDK: Verify events are attached properly #167

Closed G4Vi closed 3 weeks ago

G4Vi commented 1 month ago

Looking at trace_ctx.go the metric and log events appear to be appended to the list of events rather than applied to the current span. This behavior appears to be different from the Rust SDK and (now) the JS SDK.