Skip to content

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

Merged
merged 4 commits into from
Jul 30, 2024

Conversation

mydea
Copy link
Member

@mydea mydea commented Jul 29, 2024

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.

@mydea mydea requested review from ryan953, Lms24 and c298lee July 29, 2024 12:14
@mydea mydea self-assigned this Jul 29, 2024
@mydea mydea requested a review from a team as a code owner July 29, 2024 12:14
jsVersion: 'es6',
licenseTitle: '@sentry-internal/feedback',
outputFileBase: () => 'bundles/feedback',
sucrase: {
Copy link
Member Author

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)

Copy link
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing!

@mydea mydea merged commit 8f037ac into develop Jul 30, 2024
122 checks passed
@mydea mydea deleted the fn/feedback-export branch July 30, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Standalone Feedback CDN bundle doesn't export feedbackIntegration
3 participants