Packages > @fluid-experimental/devtools
@fluid-experimental/devtools Package
Primary entry-point to the Fluid Devtools.
To initialize the Devtools alongside your application’s IFluidContainer , call initializeDevtools.
The Devtools will automatically dispose of themselves upon Window unload, but if you would like to close them earlier, call IDevtools.dispose.
To enable visualization of Telemetry data, you may create a @fluid-experimental/devtools-core#DevtoolsLogger and provide it during Devtools initialization.