You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use as many existing abstractions and implementations as possible
ie: tracking event details should likely use similar underlying functionality to evaluation context / structure
provider interface(s) are modified to optionally support tracking; not all providers will support it
associated testing and README entry (see markdown snippet below)
no breaking changes
README addition (be careful to correctly link to #hooks and #providers and update the code snippet for the language in question
### Tracking
The tracking API allows you to use OpenFeature abstractions and objects to associate user actions with feature flag evaluations.
This is essential for robust experimentation powered by feature flags.
For example, a flag enhancing the appearance of a UI component might drive user engagement to a new feature; to test this hypothesis, telemetry collected by a hook(#hooks) or provider(#providers) can be associated with telemetry reported in the client's `track` function.
{example-language-in-question}
Note that some providers may not support tracking; check the documentation for your provider for more information.
The text was updated successfully, but these errors were encountered:
toddbaert
changed the title
Implement Tracking
[PARENT] Implement Tracking in SDKs
Oct 7, 2024
Important
This is only a parent issue for various SDKs; there's no work in the spec associated with this
Implement tracking as per spec: cd99c35
Functional requirements:
Non functional requirements:
tracking event details
should likely use similar underlying functionality to evaluation context / structureREADME addition (be careful to correctly link to #hooks and #providers and update the code snippet for the language in question
The text was updated successfully, but these errors were encountered: