Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add error log module to save all errors in table. add launch.js… #1445

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

FarjadAkbar
Copy link

Pull Request Description

Summary:
This pull request introduces a new module for saving error logs and adds support for debugging with Visual Studio Code using a launch.json configuration file.

Changes:

Error Logs Module:

  • Added a new module for handling error logs within the application.
  • Implemented functionality to save error logs to the database.
  • Included services for logging errors and filtering exceptions.
  • Created document schema definitions for error logs.
  • Created relational schema definitions for error logs.

Visual Studio Code Debugger Configuration:

  • Added a launch.json configuration file for debugging with Visual Studio Code.
  • Configured launch settings for debugging the application locally.
  • Provided instructions for setting up breakpoints and debugging sessions in Visual Studio Code.

Details:

  • The Error Logs Module is designed to centralize error logging within the application, providing a structured approach to handle and store error information.
  • With the implementation of this module, developers can easily log errors, capture stack traces, and save additional context information about the errors.
  • The module ensures consistency and reliability in error handling across different parts of the application.
  • The Visual Studio Code Debugger Configuration enables developers to debug the application seamlessly using Visual Studio Code, enhancing the development experience.
  • By including a launch.json file, developers can set up debugging sessions quickly and efficiently, helping diagnose and fix issues more effectively during development.

Testing:

  • The error logs module has been tested locally and verified to correctly save error logs to the database.
  • The Visual Studio Code debugger configuration has been tested with various debugging scenarios, ensuring smooth debugging experiences for developers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant