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

fix: go sdk and api updates to latest #161

Closed nilslice closed 6 months ago

nilslice commented 6 months ago

Updates the Go APIs to use the latest names.

Also, without the new check and minimum default setting in trace_ctx.go, any custom setting to the observe trace config options without ChannelBufferSize would use its zero value (0), and would block the SDK from handling events.