We use cookies to ensure you get the best user experience on our website.Find Out More
Vue.js applications run clean user interfaces, but tracking component rendering errors or API payloads can be challenging. Shakebug hooks into Vue's error handling and router interfaces, auto-generating tickets with complete context.
Direct integration with Vue.js's component lifecycle API for error analysis.
Shakebug seamlessly overrides Vue's `app.config.errorHandler` to capture component runtime errors, recording execution states and trace parameters automatically.
Record user navigation routes and route events automatically by registering our navigation listeners. Tracing user steps before a crash makes debugging fast.
Track network failures, API latency, and headers from HTTP libraries like Axios or Fetch, displaying them in a chronological console timeline inside your dashboard.
Shakebug registers a custom error boundary handler that hooks directly into Vue's global app configuration: app.config.errorHandler. This captures component lifecycle parameters and stack traces.
Yes. Shakebug tracks navigation flows and route parameters. If an error occurs, it attaches the router history so developers see the path the user took.
Yes. Shakebug intercepts standard console.warn and console.error calls, compiling them into a chronologically ordered report page.
Shakebug intercepts Axios, Fetch, and XMLHttpRequest calls, capturing headers, latencies, payloads, and status codes automatically.