Muhammad Anas Javed

LogRadar - Stop Shipping Debug Code to Production

byβ€’
A powerful VS Code extension that helps developers find, highlight, and remove console statements from their codebase. Clean up your code before production.

Add a comment

Replies

Best
Muhammad Anas Javed
Maker
πŸ“Œ
Hey Product Hunt! πŸ‘‹ I'm Anas, a full-stack developer from Pakistan, and I built LogRadar because I kept shipping console.logs to production (embarrassing, I know πŸ˜…). The Problem: Every developer has done this - you're debugging at 2am, add a bunch of console.logs, fix the bug, and... forget to remove them. They end up in production, exposing debug data, slowing down the app, and making you look unprofessional. Existing solutions either: - Require manual searching (tedious) - Remove ALL logs (but you want to keep console.error for monitoring) - Don't work across large codebases What LogRadar Does: βœ… Highlights console statements in real-time as you code βœ… Analyzes your ENTIRE workspace (not just one file) βœ… Removes specific types (keep errors, remove logs) βœ… Shows statistics (which files have the most logs?) βœ… Configurable (exclude build folders, customize colors)