-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix code snippet in Feature Flag tracking
- Loading branch information
1 parent
1e8b36b
commit 2077286
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,7 @@ To enable feature flag data collection for the Browser SDK: | |
// Initialize Datadog Browser SDK | ||
datadogRum.init({ | ||
... | ||
enableExperimentalFeatures: ["feature_flags"], | ||
... | ||
}); | ||
``` | ||
|
@@ -845,4 +846,4 @@ Statsig does not currently support this integration. Contact [email protected] | |
|
||
{{< partial name="whats-next/whats-next.html" >}} | ||
|
||
[1]: /real_user_monitoring/feature_flag_tracking/using_feature_flags | ||
[1]: /real_user_monitoring/feature_flag_tracking/using_feature_flags |