-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Description
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';
...