go-sdk-contrib
go-sdk-contrib copied to clipboard
feat!: OTel hook changes for hook interface updates
This PR
- bumped the
go-sdkversion to 1.14.1 - added
evalDetailsto the parameters passed in theFinallyhook inmetricshook - updated the
metrics_testto have the newevalDetails
Related Issues
Fixes #642
Notes
- not sure if there is a specific way to bump the
go-sdkversion to the unreleased version with the change to theHookit currently throws an error where it is called inmetricsbecause the type issue
var _ openfeature.Hook = &MetricsHook{}
- in the issue it states to explicitly mention the breaking but ok because of spec in the release notes, I am not sure if that is something I can do in this PR and I just can't find how in the contributing or if it is after the reviewing