dillon1000/react

Commit

[Flight] Allow <anonymous> stack frames to be serialized if opt-in (#31329)

Normally we filter out stack frames with missing `filename` because they
can be noisy and not ignore listed. However, it's up to the
filterStackFrame function to determine whether to do it. This lets us
match `<anonymous>` stack frames in V8 parsing (they don't have line
numbers).
Browse files
Changed paths3 files
First-parent comparison
M packages/react-client/src/ReactFlightClient.js ModifiedM packages/react-client/src/__tests__/ReactFlight-test.js ModifiedM packages/react-server/src/ReactFlightStackConfigV8.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…