Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop filtering owner stacks (facebook#30438)
We still filter them before passing from server to client in Flight Server but when presenting a native stack, we don't need to filter them. That's left to ignore listing in the presentation. The stacks are pretty clean regardless thanks to the bottom stack frames. We can also unify the owner stack formatters into one shared module since Fizz/Flight/Fiber all do the same thing. DevTools currently does the same thing but is forked so it can support multiple versions.
- Loading branch information