It would be really convenient if the connection to the tracker can be initiated via an npm package import instead of a script tag (similarly to how react-devtools does it).
I'm trying to optimize a program running in an iframe and this would be perfect for that.
import 'react-render-tracker';
import React from 'react';
...
It would be really convenient if the connection to the tracker can be initiated via an npm package import instead of a
scripttag (similarly to howreact-devtoolsdoes it).I'm trying to optimize a program running in an iframe and this would be perfect for that.