Is Telemetry supported in Visual Studio 2022 extensions ?

Vinita Sanghi 0 Reputation points
2023-07-21T04:54:30.2566667+00:00

Would like to understand if the Visual Studio Code Extension telemetry support is available in Visual Studio 2022 extension as well? If yes, where can I find the documentation and samples for same ? Does this Telemetry also connects to Azure App Insights ?

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
194 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Tianyu Sun-MSFT 29,446 Reputation points Microsoft Vendor
    2023-07-21T08:47:33.2733333+00:00

    Hello @Vinita Sanghi ,

    Welcome to Microsoft Q&A forum.

    VS IDE is different from VS Code, so the specific extension telemetry support for VS Code doesn’t work for VS IDE.

    VS IDE may not directly provide a module like "extension telemetry support for VS Code", though VS IDE also supports telemetry(you may check some extensions in VS Marketplace).

    BTW, see if TelemetryConfiguration Class meets your requirements, especially for extension telemetry.

    Best Regards,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Vinita Sanghi 0 Reputation points
    2023-07-21T08:50:50.61+00:00

    Hello @Tianyu Sun-MSFT ,

    Can you point me to sample extension in marketplace which include this feature ? And can you confirm if there are customers who have implemented this before for VS 2022 using TelemetryConfiguration Class ? Is it at all possible or not supported ?

    0 comments No comments