Description:
In the JS Profiler output, functions not implemented in JS (Hermes built-ins, Host Functions from modules, GC, possibly others) are shown as being defined at the line 1 of the finished bundle.
Since bundle URLs are usually pretty ugly (especially with Expo), this results in an ugly output on the CPU profile view for those functions:
If possible, we should either hide the "File" field for these functions, or provide a value which is less ugly.