You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
I followed the guide to setup interaction tracing for my initial render.
However, it's not clear how I can actually inspect this trace. If I understand correctly, the trace would only appear in the dev tools if it happened whilst profiling was running.
As far as I can see there is no way to start the profiler before the initial render (#1121?), so I don't see any clear way to actually view this interaction trace in the dev tools.
Is this issue therefore the same as #1121, or is it different?
The text was updated successfully, but these errors were encountered:
This looks like a duplicate of #1121. DevTools can't gather profiling information for stuff that happens before it's profiling.
There is an unofficial (I think undocumented) API to subscribe to interaction events, but it's probably not what you're looking for. Best answer I have is to wait for the (new) DevTools to support reload-and-profile.
I followed the guide to setup interaction tracing for my initial render.
However, it's not clear how I can actually inspect this trace. If I understand correctly, the trace would only appear in the dev tools if it happened whilst profiling was running.
As far as I can see there is no way to start the profiler before the initial render (#1121?), so I don't see any clear way to actually view this interaction trace in the dev tools.
Is this issue therefore the same as #1121, or is it different?
The text was updated successfully, but these errors were encountered: