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
When trying to set a feature flag I have a prefix for the origin of the feature flag. As such I use unleash so prefix each flag with unleash. when it shows up in the datadog dashboard it shows the name as just the unleash without the remaining string.
@marco-saia-datadog Its kind of annoying to have to change our feature flags over different systems, is there a way to bypass this? Since these values are synced between different platforms not only datadog. And we already have feature flags in production apps which cannot be changed.
To makes more sense that Datadog would handle this and not us.
Describe the bug
When trying to set a feature flag I have a prefix for the origin of the feature flag. As such I use unleash so prefix each flag with
unleash.
when it shows up in the datadog dashboard it shows the name as just theunleash
without the remaining string.Seems like its slicing on dashes and dots.
And the value is then shown as [object object]
Reproduction steps
SDK logs
No response
Expected behavior
This is treated as a unique string and allowed to padd
Affected SDK versions
^2.3.3
Latest working SDK version
Nope never worked by the looks of our logs
Did you confirm if the latest SDK version fixes the bug?
Yes
Integration Methods
NPM
React Native Version
0.73.6
Package.json Contents
No response
iOS Setup
No response
Android Setup
No response
Device Information
No response
Other relevant information
No response
The text was updated successfully, but these errors were encountered: