-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix(feedback): Ensure pluggable feedback CDN bundle is correctly built #13081
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
jsVersion: 'es6', | ||
licenseTitle: '@sentry-internal/feedback', | ||
outputFileBase: () => 'bundles/feedback', | ||
sucrase: { |
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.
These don't appear to be necessary (anymore?), it seems to be working fine without this as well (we also don't set this in the existing index.bundle.feedback config in browser)
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 fixing!
Fixes #13080
This was basically just wrong - we need stuff from
browser
package there, so we can't really build the final CDN bundle from the feedback-internal package.I moved this over and also adjusted tests to actually test this with pluggable CDN integrations as well.