Skip to content Skip to sidebar Skip to footer

Is It Possible To Add Custom Markers To The Chrome React Profiler?

Using Chrome's 'Performance' tab, I can add custom markers using console.time. With the React Devtool's 'Profiler' tab, is it possible to show custom markers to help debug what's t

Solution 1:

No. This isn't something React DevTools supports.

The "Interactions" tab was removed because the (experimental) tracing APIs were never released (and were removed before the 18 alpha).


Post a Comment for "Is It Possible To Add Custom Markers To The Chrome React Profiler?"