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
When I get heap snapshot from production, there is not way how to get original names of the objects.
Also if I take heap Allocation instrumentation on timeline / Allocation sampling, the function names in Allocation stack are minified, pointing to minified source file, but no way how to get info about the function in original code.
AB#39916153
The text was updated successfully, but these errors were encountered:
Thanks for reaching out. We added a feature recently to the Performance tool that allows users to unminify perf profiles recorded in production. It seems like it would be useful for you if we added a similar feature to the Memory tool now.
@joselea might have some interesting thoughts on this.
When I get heap snapshot from production, there is not way how to get original names of the objects.
Also if I take heap Allocation instrumentation on timeline / Allocation sampling, the function names in Allocation stack are minified, pointing to minified source file, but no way how to get info about the function in original code.
AB#39916153
The text was updated successfully, but these errors were encountered: