I record 4 seconds in 60 FPS (although any combination still gives the same issue)
The file html is really light (around 815 KB) compared to the working ones (around 1500 KB)
I was able to find what was causing the dumps to break
digging into the dump files I noticed that all of them had the same console error Unexpected identifier 'addCurrency'
addCurrency is the name of a function on my codebase, and it is frequently profiled in the following format: Stable:act "addCurrency"
I DISCOVERED that removing the quotes FIXED all issues I was having with the dumps
seemingly the dump file js can’t parse labels with quotes