fix: bump js-client-sdk#395
Merged
Merged
Conversation
This commit will fix GoalManager bypassing eventUrlTransformer
kinyoklion
approved these changes
May 29, 2026
joker23
added a commit
that referenced
this pull request
May 29, 2026
🤖 I have created a release *beep* *boop* --- ## [3.9.2](launchdarkly-react-client-sdk-v3.9.1...launchdarkly-react-client-sdk-v3.9.2) (2026-05-29) ### Bug Fixes * bump js-client-sdk ([b7e36dc](b7e36dc)) * bump js-client-sdk ([#395](#395)) ([6da483b](6da483b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Patch release driven by dependency and version/changelog updates with no React SDK source changes in this diff. > > **Overview** > **Release 3.9.2** — automated Release Please bump from **3.9.1** to **3.9.2** in `package.json` and `.release-please-manifest.json`, with a matching **CHANGELOG** entry dated 2026-05-29. > > The release notes attribute the patch to **bug fixes** from bumping **`launchdarkly-js-client-sdk`** (commits linked in the changelog / PR #395). The diff shown here is release metadata only; consumers get the updated underlying JS SDK behavior via that dependency change, not React-specific API changes in these files. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 17ce8f9. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit will fix GoalManager bypassing eventUrlTransformer
Note
Low Risk
Dependency patch bump with no React SDK source changes; risk is limited to upstream SDK event/URL behavior.
Overview
Bumps the
launchdarkly-js-client-sdkdependency from ^3.9.0 to ^3.9.3 so React apps pick up a fix where GoalManager was not honoringeventUrlTransformer. The only other diff is a cosmetic reorder ofparse5in devDependencies.Reviewed by Cursor Bugbot for commit b7e36dc. Bugbot is set up for automated code reviews on this repo. Configure here.