vuejs / devtools

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools.vuejs.org/
MIT License
1.7k stars 122 forks source link

Timeline panel doesn't work in the Chrome Extension #634

Closed TheDutchCoder closed 1 month ago

TheDutchCoder commented 1 month ago

None of the events get recorded in the Chrome Extension version. Latest version is installed. (7.0.0 beta9)

webfansplz commented 1 month ago

Did you turn on the record button and enable the specified event? See:

timeline

TheDutchCoder commented 1 month ago

Ah, I didn't realize you had to click two buttons for this, I thought the record button would enable tracking and turning it off would, you know, disable it 😉

But yes, it works if I enable it in 2 places.

webfansplz commented 1 month ago

Yes, It's a little bit of a chore, the design is mainly based on performance considerations. I'll explain it later in the documentation.