Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(grouping): Make built-in fingerprinting SDK test more general (#8…
…0557) When we worked on how we group `ChunkLoadError`s, 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.
- Loading branch information