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(grouping): Make built-in fingerprinting SDK test more general #80557

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

lobsterkatie
Copy link
Member

When we worked on how we group ChunkLoadErrors, we talked about them as if they were something unique to nextjs, but that's not actually true. They're errors thrown by Webpack, which is used by nextjs but also used by other frameworks and also used just on its own. We therefore should really be testing that our grouping works for all SDKs, not just non-nextjs SDKs. This fixes the relevant test to reflect that.

@lobsterkatie lobsterkatie marked this pull request as ready for review November 11, 2024 22:48
@lobsterkatie lobsterkatie requested a review from a team as a code owner November 11, 2024 22:48
@lobsterkatie lobsterkatie merged commit 34532d2 into master Nov 12, 2024
48 checks passed
@lobsterkatie lobsterkatie deleted the kmclb-fix-built-in-fingerprint-SDK-test branch November 12, 2024 06:57
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.

2 participants