Better stacktraces with React Native (JS)

Hi, how can I get better stack traces with react native? I upload my sourcemaps, but my average error report with its related function looks like this - which isn’t very helpful.

Occasionally, I’ll get more helpful errors but I can’t really figure out the difference between when I get valuable traces and the useless ones and I feel like I’m doing something wrong.

Is there anything I can do to make this better?