Are source maps for transpiled projects in Sentry impossible?

I’d like to get source maps working with my transpiled + bundled code on Sentry.
Is this going to be an impossible task?

Source maps are working fine locally, just not when uploaded to Sentry using sentry-expo

The upload-sourcemaps task uploads main.ios.bundle and main.ios.map, but I think I need to additionally give it an sourcemap back to the original sources.

I’m using Clojurescript on this project, but I imagine same principles would apply with Typescript, CoffeeScript etc.

hi @riverford_expo_ci, not sure but this thread may be helpful Clojurescript, sourcemaps - #2 by zeeg - #sentry