After having removed the unexposed LogTrace from go-pdk as per this https://github.com/extism/go-pdk/issues/37, next step is to enable its usage in the Go SDK (another issue has been raised for supporting on the Rust runtime side of things and we will make sure that the same will be done incrementally across SDKs and PDKs).
In relation to go SDK, we need to add the support for logTrace in host.gohere
After having removed the unexposed LogTrace from go-pdk as per this https://github.com/extism/go-pdk/issues/37, next step is to enable its usage in the Go SDK (another issue has been raised for supporting on the Rust runtime side of things and we will make sure that the same will be done incrementally across SDKs and PDKs).
In relation to go SDK, we need to add the support for logTrace in
host.go
here