You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2025. It is now read-only.
The current implementation of the Nest.js application does not include a Tracer class for tracing requests and responses. This issue aims to add this functionality by implementing a new Tracer class that can be used throughout the application. The purpose of this class is to provide detailed information on each request made to the server, including its start time, end time, response status code, and any errors encountered during processing.