Hi,
We have an app running on Android and iOS through Cordova, we have hooked it up with Sentry and are trying to get sourcemaps to work.
We figured things out on Android, but I don’t how to work around an issue on iOS. The path of the file where the problem occurs is something like file:///var/containers/Bundle/Application/{uid}/MyApp.app/www/app.min.js. But the {uid} part of that path changes from device to device.
This means I can’t upload the corresponding sourcemap, since I can’t know all the possibles pathes. I haven’t found a way around this in the docs either. Did I miss something? Is there a different way to approach the problem?
Really sorry to keep pestering you with that, but is there anything else that could help us identify what the issue is? We’re quite lost as to what could be at fault here