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