Skip to content

Commit d238f44

Browse files
authored
chore: fix up react metadata naming (#1239)
<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Low risk metadata-only change that should only affect how the React SDK is labeled in tooling/docs consuming `.sdk_metadata.json`. Main risk is minor downstream breakage if any consumers match on the old display name string. > > **Overview** > Updates `.sdk_metadata.json` to rename the React SDK display name from **"React SDK"** to **"React Web SDK"**, clarifying that the entry refers to the web React client. > > No SDK paths, release tags, or feature metadata were changed. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 1adf1fa. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent d766f39 commit d238f44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.sdk_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
}
170170
},
171171
"react": {
172-
"name": "React SDK",
172+
"name": "React Web SDK",
173173
"type": "client-side",
174174
"path": "packages/sdk/react",
175175
"languages": ["JavaScript", "TypeScript"],

0 commit comments

Comments
 (0)