Thomas Poignant
Thomas Poignant
This work is still in progress, this is a huge change a branch is open https://github.com/thomaspoignant/go-feature-flag/tree/fix/prevent-nil-error but this is a WIP.
_remove comment_
See progress in this [draft PR](https://github.com/thomaspoignant/go-feature-flag/pull/275)
Hello @MattSilvaa, I did not start anything around that, so if you want to help it would be awesome.
Super interesting discussion in the **Honeycomb pollinator** slack about opentelemetry in libs https://honeycombpollinators.slack.com/archives/C024EUJNUUC/p1623258936092200
In `go-feature-flag` I offer the possibility in the SDK to use a singleton or multiple instances https://docs.gofeatureflag.org/v0.27.1/configuration/#multiple-configuration-flag-files. Offering both ways could help to use multiple versions at the same time.
We should probably move to `nikunjy/rules` `v2.0.0` but we should check the compatibility first. I'll open an [issue](https://github.com/thomaspoignant/go-feature-flag/issues/349) to keep track of this when releasing the version `1.0.0`.
Yes it would be great to have something like that in the providers to be explicit when a field is missing.
I will close this issue since it can be handled by OpenFeature directly. If you want to use GO Feature Flag in combination with OpenTelemetry the best option is to...
Hey @davidaparicio yes this feature is still needed. Would you be interested to implement it?