dylibso / observe-sdk

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

fix: go sdk and api updates to latest #161

Closed nilslice closed 8 months ago

nilslice commented 8 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.