nuxt-community / gtm-module

Google Tag Manager Module for Nuxt.js
MIT License
327 stars 70 forks source link

Vue devtools timeline for GTM Events #144

Open mrleblanc101 opened 2 years ago

mrleblanc101 commented 2 years ago

Since the plugin already intercept all events, it would be nice to add a Timeline Layer so we can inspect the events. Especially since in dev mode, the plugin doesn't send the events for reals, but it would allow us to debug without having to enable the plugin in dev mode with gtm: { enabled: true }