cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
Oliver George 2020-08-16T00:39:22.114600Z

Hands up who has source maps working for their CLJSRN app? Two use cases in particular... 1. Nice exception stack traces during development 2. Source maps for release builds to improve exception monitoring reports (we use Sentry)

dotemacs 2020-08-16T23:17:25.117600Z

The steps described here work on shadow-cljs https://stackoverflow.com/questions/60543802/get-sourcemapped-source-place-in-browser

👍 2