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

fix(designer): Add telemetry log service when loading dynamic inputs, outputs and schema #6196

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ccastrotrejo
Copy link
Contributor

This pull request introduces logging improvements to enhance error tracking and debugging in the libs/designer/src/lib/core/utils directory. The main changes involve the addition of LoggerService and LogEntryLevel to log error messages in various functions.

Logging improvements:

  • Imported LoggerService and LogEntryLevel from @microsoft/logic-apps-shared to enable logging.
  • Added logging for errors in the loadDynamicOutputsInNode function.
  • Added logging for errors in the loadDynamicContentForInputsInNode function.
  • Added logging for errors in the tryGetInputDynamicSchema function.

@ccastrotrejo ccastrotrejo marked this pull request as draft December 2, 2024 17:33
@ccastrotrejo ccastrotrejo marked this pull request as ready for review December 3, 2024 15:34
@ccastrotrejo ccastrotrejo requested a review from Copilot December 5, 2024 17:57

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no suggestions.

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.

1 participant