Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6267,31 +6267,36 @@ menu:
parent: feature_flags_client
identifier: feature_flags_client_angular
weight: 102
- name: Dart
url: feature_flags/client/flutter
parent: feature_flags_client
identifier: feature_flags_client_flutter
weight: 103
- name: iOS and tvOS
url: feature_flags/client/ios
parent: feature_flags_client
identifier: feature_flags_client_ios
weight: 103
weight: 104
- name: JavaScript
url: feature_flags/client/javascript
parent: feature_flags_client
identifier: feature_flags_client_javascript
weight: 104
weight: 105
- name: React
url: feature_flags/client/react
parent: feature_flags_client
identifier: feature_flags_client_react
weight: 105
weight: 106
- name: React Native
url: feature_flags/client/reactnative
parent: feature_flags_client
identifier: feature_flags_client_react_native
weight: 106
weight: 107
- name: Unity
url: feature_flags/client/unity
parent: feature_flags_client
identifier: feature_flags_client_unity
weight: 107
weight: 108
- name: Server SDKs
url: feature_flags/server
parent: feature_flags
Expand Down
3 changes: 3 additions & 0 deletions content/en/feature_flags/client/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Datadog Feature Flags is built on the [OpenFeature standard](https://openfeature
{{< image-card href="/feature_flags/client/android/" src="integrations_logos/android_large.svg" alt="Android" >}}
{{< image-card href="/feature_flags/client/android/" src="integrations_logos/android_tv_large.svg" alt="Android TV" >}}
{{< image-card href="/feature_flags/client/angular/" src="integrations_logos/angular_large.svg" alt="Angular" >}}
{{< image-card href="/feature_flags/client/flutter/" src="integrations_logos/flutter_large.svg" alt="Dart" >}}
{{< image-card href="/feature_flags/client/ios/" src="integrations_logos/ios_large.svg" alt="iOS" >}}
{{< image-card href="/feature_flags/client/javascript/" src="integrations_logos/javascript_large.svg" alt="JavaScript" >}}
{{< image-card href="/feature_flags/client/react/" src="integrations_logos/react_large.svg" alt="React" >}}
Expand All @@ -45,6 +46,7 @@ Default: `true`. Set to `false` to disable.

- **Web** (`@datadog/openfeature-browser`): `enableExposureLogging`
- **Android** (`dd-sdk-android-flags`): `trackExposures`
- **Dart** (`datadog_flags`): `trackExposures`
- **iOS** (`DatadogFlags`): `trackExposures`
- **React Native**: `trackExposures`
- **Unity**: `trackExposures`
Expand All @@ -55,6 +57,7 @@ Default: `true`. Set to `false` to disable.

- **Web** (`@datadog/openfeature-browser`): `enableFlagEvaluationTracking`
- **Android** (`dd-sdk-android-flags`): `trackEvaluations`
- **Dart** (`datadog_flags`): `trackEvaluations`
- **iOS** (`DatadogFlags`): `trackEvaluations`
- **React Native**: Not exposed
- **Unity**: `trackEvaluations`
Expand Down
Loading
Loading