Debug NestJS Like Never Before
Laravel Telescope-inspired debugging and monitoring for NestJS.
Track requests, queries, exceptions, jobs, and 15 more watchers
with a beautiful real-time dashboard.
|
Watch requests, queries, and exceptions as they happen. No more console.log debugging. |
Import and go. Auto-detects TypeORM, Prisma, Bull, and more. No setup required. |
IP whitelist, role-based access, and automatic data masking for production safety. |
npm install nestlensimport { NestLensModule } from 'nestlens';
@Module({
imports: [
NestLensModule.forRoot({
enabled: process.env.NODE_ENV !== 'production',
}),
],
})
export class AppModule {}Visit http://localhost:3000/nestlens and start debugging.
Made by Lütfü Öğretici for the NestJS community
