Open bjlaub opened 5 months ago
Particularly dense flamegraphs may fail with a RangeError: Maximum call stack size exceeded on this code path. Instead, compute the maxDepth by iterating descendants in a loop.
RangeError: Maximum call stack size exceeded
Fixes https://github.com/spiermar/d3-flame-graph/issues/106
Particularly dense flamegraphs may fail with a
RangeError: Maximum call stack size exceeded
on this code path. Instead, compute the maxDepth by iterating descendants in a loop.Fixes https://github.com/spiermar/d3-flame-graph/issues/106