Logspace is your complete session recording and debugging platform. Capture user behavior, track errors, and debug issues with AI-powered analysis.
Record browser sessions pixel-perfectly with rrweb integration.
Analyze logs directly in VS Code, Cursor & WebStorm with AI.
API server + Admin Dashboard deployed together via Docker.
Privacy-first SDK for web apps with smart sampling.
Open extension settings and point it to your API server (e.g., https://api.logspace.yourcompany.com).

Search for "Logspace" in your IDE's marketplace.
code --install-extension logspace.logspace-vscode
Click the Logspace icon in your activity bar and sign in to sync your sessions.

Once authenticated, the MCP server will start automatically, enabling AI context for your coding assistant.

tar -xzvf logspace-1.0.0.tar.gz
cd logspace-1.0.0
docker load -i logspace-api.tar
docker load -i logspace-admin.tar
cp .env.example .env
docker compose up -d
Configure LICENSE_KEY and JWT_SECRET_KEY in your .env file.
Logspace requires HTTPS for production deployments.
http://localhost:9000http://localhost:4000http://localhost:9000/docsDeep dive into recording options, advanced filters, and privacy settings.
Master the VS Code, Cursor & WebStorm workflows with AI assistance.
Session management, analytics, and team collaboration tools.
Programmatic recording execution and custom event tracking.