Unleash / unleash-client-go

Unleash client SDK for Go
https://docs.getunleash.io
Apache License 2.0
138 stars 55 forks source link

Impression Data #182

Open FredrikOseberg opened 2 hours ago

FredrikOseberg commented 2 hours ago

Describe the feature request

Some of our SDKs support impression data

The SDKs that have this support emits events when calling an evaluator (isEnabled | getVariant) and provides the surrounding context field values of this call and the result. This functionality was first introduced in the NodeJS SDK here.

We would like to also support this functionality in the golang SDK.

abuzaforfagun commented 40 minutes ago

I am interested in working on it.