Skip to content

Conversation

@yusinto
Copy link
Contributor

@yusinto yusinto commented Mar 5, 2024

Fixes #383.

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #235254: Fix withReasons in sdk-client.

});

test('identify success withReasons', async () => {
const carContext: LDContext = { kind: 'car', key: 'mazda-cx7' };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use a fictional car brand here.

@yusinto yusinto requested a review from kinyoklion March 5, 2024 21:40
@yusinto yusinto merged commit 15db92c into main Mar 5, 2024
@yusinto yusinto deleted the yus/sc-235254/fix-withreasons-in-sdk-client branch March 5, 2024 21:56
@github-actions github-actions bot mentioned this pull request Mar 5, 2024
yusinto pushed a commit that referenced this pull request Mar 5, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>js-client-sdk-common: 1.0.0</summary>

##
[1.0.0](js-client-sdk-common-v1.0.0...js-client-sdk-common-v1.0.0)
(2024-03-05)


### Bug Fixes

* Bug in sdk-client where withReasons was not passed to streamer.
([#387](#387))
([15db92c](15db92c))
</details>

<details><summary>@launchdarkly/react-native-client-sdk:
10.0.1</summary>

### Dependencies


</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This was referenced Mar 5, 2024
yusinto pushed a commit that referenced this pull request Mar 5, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>js-client-sdk-common: 1.0.1</summary>

##
[1.0.1](js-client-sdk-common-v1.0.0...js-client-sdk-common-v1.0.1)
(2024-03-05)


### Bug Fixes

* Bug in sdk-client where withReasons was not passed to streamer.
([#387](#387))
([15db92c](15db92c))
</details>

<details><summary>react-native-client-sdk: 10.0.2</summary>

##
[10.0.2](react-native-client-sdk-v10.0.1...react-native-client-sdk-v10.0.2)
(2024-03-05)


### Bug Fixes

* Guard against null auto env attributes and async-storage.
([#384](#384))
([14ce392](14ce392))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @launchdarkly/js-client-sdk-common bumped from 1.0.0 to 1.0.1
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LDEvaluationReason is null, if a flag is not linked to an experiment

3 participants