Conversation
|
CLA Signature Action: Thank you for your submission, we really appreciate it. We ask that you read and sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just by adding a comment to this pull request with this exact sentence:
By commenting with the above message you are agreeing to the terms of the CLA. Your account will be recorded as agreeing to our CLA so you don't need to sign it again for future contributions to this repository. 0 out of 1 committers have signed the CLA. |
88e8580 to
3159ead
Compare
7385cf7 to
de62e57
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
Feature Flag Registry CheckThis PR introduces feature flag references that are not yet registered in the Unregistered flags
How to fixAdd an entry for each flag in myNewFlag: {
name: 'myNewFlag',
type: FeatureFlagType.Remote,
inProd: false,
productionDefault: false,
status: FeatureFlagStatus.Active,
},Set If you access the flag via a constant (e.g. |
|
|
✅ E2E Fixture Validation — Schema is up to date |
🔍 Smart E2E Test Selection⏭️ Smart E2E selection skipped - draft PR All E2E tests pre-selected. |


Description
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist