-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Labels
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/react
SDK Version
9.5.0
Framework Version
React 18.3.1
Link to Sentry event
No response
Reproduction Example/SDK Setup
- Build the project with @sentry
feedbackIntegrationfunction using@sentry/browseror@sentry/react. You can followREADME.mdfile in the project. - See in the
/dist/sidePanel.jsanddist/sidePanel.js.mapthe piece of code wtih CDN link:
const o=Cn.document.createElement("script");o.async=!0,o.crossOrigin="anonymous",o.src=OZ(r,e),e.onLoad&&(o.onload=e.onLoad);
- Submit the extension to the Chrome Webstore
- Wait for the Chrome Webstore answer
Steps to Reproduce
See #14891 (comment)
For the reference, here is a previous problem related fix:
https://github.com/getsentry/sentry-javascript/releases/tag/8.48.0
Expected Result
Extension is approved by the reviewers.
Actual Result
Extension is rejected by the reviewers
The given reason:
Violation reference ID: [Blue Argon](https://developer.chrome.com/docs/webstore/troubleshooting/#additional-requirements-for-manifest-v3)
Technical Requirements - Additional Requirements for Manifest V3:
Violation:
Including remotely hosted code in a Manifest V3 item.
Violating Content:
Code snippet: sidePanel.js: const o = jt.document.createElement("script"); o.async = !0, o.crossOrigin = "anonymous", o.src = vee(r, e), e.onLoad && (o.onload = e.onLoad);
The current work-around:
Clear up @sentry CDN setup during the build process with a help of patch-package.
Metadata
Metadata
Assignees
Labels
Projects
Status
No status