How to access js bundle

I am trying to access the js bundle to try to determine the cause of a crash. I have a crash report that is uploaded automatically when a crash occurs. However the information is limited to line and column in the js bundle. I am hoping there is a way I can access the js bundle created when publishing or to re-create it locally from source.

Example crash Log:

{
“line”:1647,
“column”:3135,
“sourceURL”:“/data/user/0/–app package name–/files/32.0.0/cached-bundle-experience-%40–expo user–%2F–display name–218854250-32.0.0”
}