We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21eb47e commit de856e4Copy full SHA for de856e4
lib/devcycle-ruby-server-sdk/api/client.rb
@@ -353,7 +353,7 @@ def all_variables(user, opts = {})
353
354
if local_bucketing_initialized? && @local_bucketing.has_config
355
bucketed_config = @local_bucketing.generate_bucketed_config(user)
356
- bucketed_config.variables
+ bucketed_config.variables.reject { |key, _| key.start_with?('_feature') }
357
else
358
{}
359
end
0 commit comments