Description
Verify that JS implementation of Debug ID works with RN. (If not, fix or implement for RN.)
Debug ID is used in Debug Meta Images to identify the correct source map to use.
Related PR: Remove frames.abs_path, this is used to identify the files in JS, so likely this value will need to be adjusted for RN and added back.
This enables users to upload source maps without specifying release.
Description
Verify that JS implementation of Debug ID works with RN. (If not, fix or implement for RN.)
Debug ID is used in Debug Meta Images to identify the correct source map to use.
Related PR: Remove
frames.abs_path, this is used to identify the files in JS, so likely this value will need to be adjusted for RN and added back.This enables users to upload source maps without specifying release.