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
The Example provided for replacing the unsupported special characters in feature flag naming is wrong, it doesn't replace all the occurences, should be using String.replaceAll
Documentation Page
Page https://docs.datadoghq.com/real_user_monitoring/guide/setup-feature-flag-data-collection/?tab=browser#feature-flag-naming
Issue Description
The Example provided for replacing the unsupported special characters in feature flag naming is wrong, it doesn't replace all the occurences, should be using
String.replaceAll
Suggested edit
datadogRum.addFeatureFlagEvaluation(key.replaceAll(':', '_'), value);
The text was updated successfully, but these errors were encountered: