You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: