### What is the problem this feature would solve? Being able to see the output of stack traces when running bun with `--filter` enabled. ### What is the feature you are proposing to solve the problem? Update the [eliding](https://github.com/oven-sh/bun/blob/4b8f89cb73ac2b38f1da6a28eb91861eb7222264/src/cli/filter_run.zig#L285) functionality to support a user-provided `max_lines` property. ### What alternatives have you considered? None.