open-feature / kotlin-sdk

Kotlin implementation of the OpenFeature SDK for Android clients
https://openfeature.dev
Apache License 2.0
12 stars 4 forks source link

Missing OpenFeature Events types. #107

Open thomaspoignant opened 3 months ago

thomaspoignant commented 3 months ago

As of today, the SDK can emit those events:

As mentioned in this page, OpenFeature is supporting more events and we are missing:

Specification page about events is available here.

A good reference to understand the eventing in the client side is this blog post from @toddbaert