We are seeing memory leaks when building custom components. After much pain and debugging we realised this is actually caused by using console from within the component. It seems something in the fullstory library overrides the native code with a custom implementation which leaks memory that is never recovered. Eventually it leads the retool-edge domain to crash.
If fullstory must exist at least provide access to the native function somehow as this creates a LOT of headaches when developing components.
- My goal: use console.log in custom components
- Issue: Fullstory overrides the native code with a leaky implementation
- Steps I've taken to troubleshoot: removing all the console logs. using chrome dev and performance tools
- Additional info: Cloud