Nuxt DevTools Observatoryv0.1.29
  • Docs
  • Feature Guides
  • API
  • Releases
    • Getting Started
    • Configuration
    • Installation
    • Feature Guides
    • Composable Tracker
    • provide/inject Graph
    • Render Heatmap
    • Transition Tracker
    • useFetch Dashboard
    • API Reference
    • Module Options
    • RPC Contracts
    • Troubleshooting
    • Common Issues

Composable Tracker

What it tracks

  • Composable instances and source file
  • Reactive snapshot values
  • Change history
  • Active watchers and intervals
  • Leak status after unmount

What to watch for

  • Instances stuck after route change
  • Watchers/intervals not cleaned on unmount
  • Shared state keys marked as global

Quick workflow

  1. Switch to session mode for multi-page investigation.
  2. Filter to leaks only.
  3. Open source and confirm cleanup in onUnmounted.
Edit this page GitHub
← Feature Guidesprovide/inject Graph →
Get StartedFeature GuidesGitHub
Nuxt DevTools Observatory • © 2026