Ability to disable debug name #2728
ashley-taylor
started this conversation in
Ideas
Replies: 3 comments 6 replies
-
Um, why are you doing heap dump in development? Is it really useful for anything? I am sure many other libraries will pollute that output as well. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Just checked, we do indeed completely unnecessarily generate unique debug
id at runtime in prod builds. That'd be a good thing to fix. PRs welcome!
…On Wed, Jan 20, 2021 at 7:31 AM Daniel K. ***@***.***> wrote:
Could you provide us with an example heap that has this along with the
source code? It doesn't need to be from your app, just try some minimal
approach that shows what's the issue.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2728 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN4NBEQJNHHWLDOC2TJH5DS22BGBANCNFSM4WIFBERQ>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@ashley-taylor mobx v6.1.6 will solve this problem #2780 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a rather large data structure.
Running the chrome heap dump we notice that the mobx debug names represent about 13% of our heap.
Would be nice if you could disable the names.
Beta Was this translation helpful? Give feedback.
All reactions