
Provides an injectable sentry.io client to provide enterprise logging nestjs modules
Nestjs Sentry is a powerful tool for developers looking to enhance their applications with robust logging capabilities. By integrating Sentry.io into NestJS applications, it allows teams to capture and report errors in real-time, facilitating efficient debugging and improving overall application stability. This injectable client brings enterprise-level logging to your NestJS modules, making it easier to monitor application performance and track issues as they arise.

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.
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.