stack_trace
stack_trace copied to clipboard
Add Chain.terse examples to readme
Currently I am using
Future main() async { Chain.capture(() { myFunction() }; }
and I am not sure where I should add Chain.terse if I want to get rid of all the frames I don't care about.
One line example to the readme of how to use it inside the code may help other people understand it too.