Nestjs Flub

screenshot of Nestjs Flub
nestjs

Pretty Error Stack Viewer for NestJS Framework

Overview

Pretty ErrorHandler is a powerful yet simple tool designed for the Nestjs framework, aimed at improving how errors are managed during application development. This error handling solution offers an organized and visually appealing presentation of error stacks, making it easier for developers to debug their projects efficiently. With options to customize themes, it tailors the error reporting experience to suit different project aesthetics.

Features

  • HTML Reporter: Provides a user-friendly HTML format for displaying error reports, enhancing readability.
  • JSON Reporter: Supports JSON responses if the request explicitly accepts JSON, making it versatile for different use cases.
  • Sorted Frames: Organizes error stack frames for easy navigation, allowing developers to quickly pinpoint issues in their code.
  • Dark Theme: Offers a sleek dark-themed interface for those who prefer a modern look during error tracking.
  • Light Theme: For users who prefer a traditional appearance, the light theme presents a classic alternative.
  • Simple Installation: Easily integrate the Pretty ErrorHandler by adding it as you would with any standard filter in your Nestjs application.
  • Configurable Options: Accepts an optional configuration object, allowing for customization to suit specific project needs.
  • Global Filters: Can be utilized across all controllers, ensuring consistent error handling throughout the application.
nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.