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
| ✅ |[Providers](#providers)| Integrate with a commercial, open source, or in-house feature management tool. |
100
-
| ✅ |[Targeting](#targeting)| Contextually-aware flag evaluation using [evaluation context](/docs/reference/concepts/evaluation-context). |
100
+
| ✅ |[Targeting](#targeting)| Contextually-aware flag evaluation using [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context). |
101
101
| ✅ |[Hooks](#hooks)| Add functionality to various stages of the flag evaluation life-cycle. |
102
102
| ✅ |[Logging](#logging)| Integrate with popular logging packages. |
103
103
| ✅ |[Domains](#domains)| Logically bind clients with providers. |
104
104
| ✅ |[Eventing](#eventing)| React to state changes in the provider or flag management system. |
105
-
| ✅ |[Transaction Context Propagation](#transaction-context-propagation)| Set a specific [evaluation context](/docs/reference/concepts/evaluation-context) for a transaction (e.g. an HTTP request or a thread) |
105
+
| ✅ |[Transaction Context Propagation](#transaction-context-propagation)| Set a specific [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context) for a transaction (e.g. an HTTP request or a thread) |
106
106
| ✅ |[Tracking](#tracking)| Associate user actions with feature flag evaluations, particularly for A/B testing. |
107
107
| ✅ |[Shutdown](#shutdown)| Gracefully clean up a provider during application shutdown. |
108
108
| ✅ |[Extending](#extending)| Extend OpenFeature with custom providers and hooks. |
0 commit comments