Skip to content

Commit 5645f69

Browse files
committed
chore: add Tracking to list of features in README
1 parent 714d38f commit 5645f69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ print("Value: " + str(flag_value))
107107
|| [Logging](#logging) | Integrate with popular logging packages. |
108108
|| [Domains](#domains) | Logically bind clients with providers. |
109109
|| [Eventing](#eventing) | React to state changes in the provider or flag management system. |
110+
|| [Tracking](#tracking) | Associate user actions with feature flag evaluations. |
110111
|| [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. |
111112
|| [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) |
112113
|| [Extending](#extending) | Extend OpenFeature with custom providers and hooks. |

0 commit comments

Comments
 (0)