Fork me on GitHub
#cljsrn
<
2021-02-01
>
frankitox17:02:40

Ahh, thanks Daniel! Habemus stacktrace

myapp/components.cljs :line 561 :column 44 :name js/Error
re_frame/fx.cljc :line 168 :column 22 :name nil
reagent/impl/component.cljs :line 169 :column 2 :name nil
I wrote a little https://gist.github.com/frankitox/f10dd85c4d2d5baea8dbfb0519a284a4 to get the stacktrace information based on a Sentry event, it might be handy to someone, until that Metro issue is fixed.

👏 12