Skip to content

fix(ruby): sdk_id in resolve request is incorrect #327

@nicklasl

Description

@nicklasl

The Ruby provider sets sdk.id to the string "SDK_ID_PYTHON_PROVIDER" instead of "SDK_ID_RUBY_PROVIDER".

https://github.com/spotify/confidence-resolver/blob/main/openfeature-provider/ruby/lib/confidence/openfeature/api_client.rb#L49

sdk: {id: "SDK_ID_PYTHON_PROVIDER", version: VERSION}

Should be:

sdk: {id: "SDK_ID_RUBY_PROVIDER", version: VERSION}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions