You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than say that an object named Zx is leaking, it would be great to show the original name. Now that #25 proves we can have sourcemaps, it seems like it should be possible to extract sourcemaps for heap snapshot class names. (I mean, the DevTools seem to be able to point a retainer chain back to the leaking line of code, so why not?)
I don't know if this is actually possible, though.
The text was updated successfully, but these errors were encountered:
Rather than say that an object named
Zx
is leaking, it would be great to show the original name. Now that #25 proves we can have sourcemaps, it seems like it should be possible to extract sourcemaps for heap snapshot class names. (I mean, the DevTools seem to be able to point a retainer chain back to the leaking line of code, so why not?)I don't know if this is actually possible, though.
The text was updated successfully, but these errors were encountered: