-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix(js): Fix docs for using feedback with the Loader #12140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will decrease total bundle size by 15 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
Co-authored-by: Salma Alam-Naylor <[email protected]>
| }; | ||
| ``` | ||
|
|
||
| If you're using CDN bundles instead of NPM packages, you need to load the User Feedback integration CDN bundle in addition to your browser bundle: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"in addition" seems like it should go away. People should pick one CDN script with the combination of integrations that they want to have.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, good point, we call this out in the snippet anyhow!
coolguyzone
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update! LGTM
Closes #82142 Closes #66263 Relates to getsentry/sentry-docs#12140 --------- Co-authored-by: Michelle Zhang <[email protected]>
Closes #82142 Closes #66263 Relates to getsentry/sentry-docs#12140 --------- Co-authored-by: Michelle Zhang <[email protected]>
Closes #12138
We did not really document well how to use user feedback with the loader. So I expanded this section in the docs to properly explain how it can be used.