I believe this change broke using the correct thread bundle in iOS release mode with react-native 0.68.1, and instead using the main bundle:
THREAD NAME App/Workers/my_worker // <-- correct path
starting Thread: file:///Users/.../Library/Developer/CoreSimulator/Devices/.../my-app.app/main.jsbundle // <-- wrong bundle
Anyone has a suggestion for a fix?