Skip to content

11.1.0

Latest

Choose a tag to compare

@SonarTech SonarTech released this 02 Feb 14:59
82a3f8b

This release enhances telemetry, streamlines data collection, and updates dependencies to improve performance and insights.

What's New

  • Added telemetry to track usage of scanner features (e.g., coverage report conversion).
  • Added telemetry to capture details about the environments where the scanner is used (e.g. CPU architecture, Operating System kind).

Note: The telemetry in the scanner reports if a specific feature has been used or not. No project-specific information is extracted during analysis. This helps us prioritize development effort. We typically use this information to know the proportion of projects using a specific feature such as

  • specific coverage formats
  • ways of setting parameters (server UI, csproj tag, CLI argument…)

Fixed

Changed

  • Removed telemetry reporting on target framework.
  • Reduced collection of telemetry data about parameter usage.

Maintenance

  • Updated dependencies to the latest versions.