Skip to content

Conversation

@Roopan-Microsoft
Copy link
Collaborator

@Roopan-Microsoft Roopan-Microsoft commented Jun 10, 2025

Purpose

  • This pull request introduces several updates across multiple files, focusing on optimizing logging practices, enhancing Azure monitoring integration, and improving error tracking. The changes streamline debugging, remove redundant prints, and ensure better observability in the application.

Logging and Error Tracking Enhancements:

Azure Monitoring Integration:

  • src/backend/app_kernel.py: Added configure_azure_monitor for Application Insights integration, ensuring better monitoring capabilities for Azure services. Updated the logic to configure Application Insights based on environment variables. [1] [2]

Code Cleanup:

  • src/backend/kernel_tools/product_tools.py: Removed redundant print statements across multiple methods, such as check_inventory, update_inventory, and generate_product_report, to streamline the code and focus on returning meaningful outputs. [1] [2] [3]

Configuration Updates:

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@Roopan-Microsoft Roopan-Microsoft merged commit 7aefaa2 into main Jun 10, 2025
12 checks passed
blessing-msft pushed a commit that referenced this pull request Aug 1, 2025
fix: merging dev changes to main branch
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.

3 participants