Unleash / unleash-client-go

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

Impression Data #182

Open FredrikOseberg opened 1 month ago

FredrikOseberg commented 1 month 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 1 month ago

I am interested in working on it.

FredrikOseberg commented 4 weeks ago

I am interested in working on it.

@abuzaforfagun Feel free to take a stab and I'll be happy to review it if you set up a PR.