Giter Site home page Giter Site logo

Comments (6)

crickman avatar crickman commented on August 24, 2024

Thank you for this feedback. I'll repeat your steps and explore what is occurring here.

from chat-copilot.

crickman avatar crickman commented on August 24, 2024

Can you please try changing your configuration of AZURE_TELEMETRY_DISABLED to 1 or true (not a string value: "1").

https://learn.microsoft.com/en-us/dotnet/api/azure.core.diagnosticsoptions.istelemetryenabled?view=azure-dotnet.

Please let me know if this affects the behavior you are seeing, or not.

from chat-copilot.

victor-v-rad avatar victor-v-rad commented on August 24, 2024

Thank you @crickman for suggesting help.
The value seems expected to be a string and VS Code cannot start the app
image

Did you able to reproduce the issue?

from chat-copilot.

crickman avatar crickman commented on August 24, 2024

I did reproduce and believed able to eliminate the message by changing the type, but on revisiting...there must've been an error in my process. Looking deeper, I'm finding this in Program.cs of webapi:

#if DEBUG
        TelemetryDebugWriter.IsTracingDisabled = false;
#endif

When I remove this, the debug information is not present and this may be overriding configuration. Let me find out from the team what the thinking behind this was. I'll follow-up.

In the meantime, try:

TelemetryDebugWriter.IsTracingDisabled = Debugger.IsAttached;

from chat-copilot.

victor-v-rad avatar victor-v-rad commented on August 24, 2024

TelemetryDebugWriter.IsTracingDisabled = Debugger.IsAttached; works for me. Thank you!

from chat-copilot.

crickman avatar crickman commented on August 24, 2024

#178

from chat-copilot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.