You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A "User Feedback" checkbox was added to the onboarding component,
allowing users to opt-in to user feedback integration during setup.
Changes were made to `src/components/onboarding/index.tsx`:
* The `optionDetails` object was updated to include a new
`'user-feedback'` entry. This defines the checkbox's display name ("User
Feedback") and a descriptive tooltip: "Collect user feedback from
anywhere in your application with an embeddable widget that allows users
to report bugs and provide insights."
* The `OPTION_IDS` array was extended to include `'user-feedback'`,
ensuring the new checkbox appears in the setup flow alongside existing
options like tracing and session replay.
This modification successfully integrates the new UI element. However,
it was confirmed that the checkbox's state will not automatically update
related code snippets. For code snippets to dynamically change,
documentation files must explicitly wrap `feedbackIntegration()` code
within `<OnboardingOption optionId="user-feedback">` components or use
product option markers like `// ___PRODUCT_OPTION_START___
user-feedback`. This session established the checkbox's presence and
interactivity, but further steps are needed for full code snippet
integration.
---------
Co-authored-by: Cursor Agent <[email protected]>
0 commit comments