Skip to content
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

Fix bundle file count report #2397

Merged
merged 2 commits into from
Feb 20, 2025
Merged

Fix bundle file count report #2397

merged 2 commits into from
Feb 20, 2025

Conversation

a-hariti
Copy link
Collaborator

@a-hariti a-hariti commented Feb 19, 2025

some files fail to be added to the source bundle for different errors,

but the report shows the count of the original number of file that would to be added if no errors occurred.

closes #2136

@a-hariti a-hariti force-pushed the fix-bundle-file-count-report branch from 9aa8ec9 to 6ed5c91 Compare February 19, 2025 15:52
Copy link
Member

@szokeasaurusrex szokeasaurusrex left a comment

Choose a reason for hiding this comment

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

Nice! If it is easy to do so, we might want to add a test for this. However, I wouldn't invest too much time into writing one if it is too much effort.

Also, prior to merging, please ensure the commit message adheres to Sentry's commit message naming guidelines. We are not super strict on this, but I have been trying to follow the guidelines in general. For this PR, I would use something like this:

fix(sourcemaps): Exclude skipped files from bundle file count

Copy link
Member

@szokeasaurusrex szokeasaurusrex left a comment

Choose a reason for hiding this comment

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

Looks good, see comment prior to merge!

@a-hariti a-hariti merged commit dfc6dd6 into master Feb 20, 2025
14 checks passed
@a-hariti a-hariti deleted the fix-bundle-file-count-report branch February 20, 2025 15:25
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.

Skipped files still included in source maps upload report and bundled file count
2 participants