feat(issues): Add inbound filters for Turbopack ChunkLoadError#104940
Merged
feat(issues): Add inbound filters for Turbopack ChunkLoadError#104940
ChunkLoadError#104940Conversation
This was referenced Dec 15, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #104940 +/- ##
===========================================
+ Coverage 80.41% 80.42% +0.01%
===========================================
Files 9393 9401 +8
Lines 403388 403825 +437
Branches 25923 25923
===========================================
+ Hits 324384 324782 +398
- Misses 78564 78603 +39
Partials 440 440 |
Dav1dde
approved these changes
Dec 15, 2025
chargome
added a commit
that referenced
this pull request
Dec 17, 2025
Filters for turbopack have been added in #104940 This PR just makes sure the description is accurate. ref getsentry/sentry-javascript#18498
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Current matchers will not filter these chunkload errors for turbopack. (see vercel/next.js#86593)
ref https://linear.app/getsentry/issue/JS-1301/support-chunkloaderror-filtering-for-turbopack
ref getsentry/sentry-javascript#18498