Verbose Stack Trace

I’m finding that the stack trace on errors is verbose far past any help. The immediate location is useful, but after that it’s just extra scrolling in the terminal. Is there a way to only return a partial stack trace? Thanks!

This error is located at:
in History (at User.js:136)
in StaticContainer
in StaticContainer (at SceneView.tsx:115)
in EnsureSingleNavigator (at SceneView.tsx:114)
in SceneView (at useDescriptors.tsx:153)
in RCTView (at View.js:34)
in View (created by SceneView)
in SceneView (created by Pager)
in RCTView (at View.js:34)
in View (at createAnimatedComponent.js:240)
in AnimatedComponent(View) (created by PanGestureHandler)
in PanGestureHandler (created by Pager)
in Pager (created by TabView)
in RCTView (at View.js:34)
in View (created by TabView)
ETC

SDK: 40.0.0
Platform: iOS

Hey @conorbarnes, afaik this isn’t configurable.

Cheers,
Adam

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.