chore: Add Vue SDK data-saving-mode example - #1852
Conversation
4ff300f to
a855db5
Compare
|
@launchdarkly/js-sdk-common size report |
1 similar comment
|
@launchdarkly/js-sdk-common size report |
|
@launchdarkly/browser size report |
|
@launchdarkly/js-client-sdk size report |
|
@launchdarkly/js-client-sdk size report |
|
@launchdarkly/js-client-sdk-common size report |
a855db5 to
371b130
Compare
371b130 to
20eb1d6
Compare
20eb1d6 to
a5a94b8
Compare
a5a94b8 to
3b15657
Compare
3b15657 to
ea693e8
Compare
ea693e8 to
076ac60
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 076ac60. Configure here.
| "typescript": "^5.5.3", | ||
| "vite": "^5.4.1" | ||
| } | ||
| } |
There was a problem hiding this comment.
Lockfile omitted for new workspace
High Severity
The new @launchdarkly/vue-client-sdk-example-data-saving-mode workspace and its vue-tsc dependency are added without a matching yarn.lock update. CI uses Yarn immutable installs, so yarn workspaces focus for this example will fail before the new build and type-check steps run.
Reviewed by Cursor Bugbot for commit 076ac60. Configure here.


This PR will add in a FDv2 example for vue client sdk
Note
Overview
Adds a Vue 3 + Vite example that opts into FDv2 via
dataSystem: {}and lets you switch connection mode, streaming, and context at runtime.The app is registered as a yarn workspace, built and type-checked in Vue CI, and included in release-please so the SDK version in the example stays in sync.
Also corrects React data-saving-mode docs: empty
dataSystemuses the browser one-shot default (fetch once, no live updates) rather than streaming.Reviewed by Cursor Bugbot for commit 076ac60. Bugbot is set up for automated code reviews on this repo. Configure here.