Skip to content

Commit 7aa5935

Browse files
fix(ruby): use correct SDK_ID_RUBY_PROVIDER for telemetry (#328)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 11f10da commit 7aa5935

File tree

1 file changed

+1
-1
lines changed
  • openfeature-provider/ruby/lib/confidence/openfeature

1 file changed

+1
-1
lines changed

openfeature-provider/ruby/lib/confidence/openfeature/api_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def resolve(flags: [], context: {}, apply: true)
4646
evaluationContext: context || {},
4747
apply: apply,
4848
flags: flags,
49-
sdk: {id: "SDK_ID_PYTHON_PROVIDER", version: VERSION}
49+
sdk: {id: "SDK_ID_RUBY_PROVIDER", version: VERSION}
5050
})
5151

5252
resolved_flags = result["resolvedFlags"] || []

0 commit comments

Comments
 (0)