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
Is this a support request?
Probably not, as this concerns an ld-relay-specific feature
Describe the bug
According to this section of the docs, the ld-relay provides some special endpoints that allows you to evaluate all feature flags for a given user dict.
That's super awesome, and would really help us with an internal tool we are building! However, it seems that this does not work for custom targeting attributes?
Expected behavior
See script above --> expected targeting for potato to work the same as firstName
Logs
N/A
SDK version
I just tested this with image ld-relay:6.4.4
Language version, developer tools
curl 7.64.1
OS/platform
macOs Catalina 10.15.7
Additional context
We would like to use this endpoint to read feature flags in a language which isn't officially supported by LaunchDarkly. We use custom targeting attributes exclusively.
The text was updated successfully, but these errors were encountered:
This is just a misunderstanding about how to send the user data. Custom attributes aren't set at the top level of the user JSON object, but within a "custom" property.
Is this a support request?
Probably not, as this concerns an
ld-relay
-specific featureDescribe the bug
According to this section of the docs, the ld-relay provides some special endpoints that allows you to evaluate all feature flags for a given user dict.
That's super awesome, and would really help us with an internal tool we are building! However, it seems that this does not work for custom targeting attributes?
To reproduce
See script above
Expected behavior
See script above --> expected targeting for
potato
to work the same asfirstName
Logs
N/A
SDK version
I just tested this with image
ld-relay:6.4.4
Language version, developer tools
curl 7.64.1
OS/platform
macOs Catalina 10.15.7
Additional context
We would like to use this endpoint to read feature flags in a language which isn't officially supported by LaunchDarkly. We use custom targeting attributes exclusively.
The text was updated successfully, but these errors were encountered: