Skip to content

Code Insights: Fix insights ping id types

Administrator requested to merge vk/fix-insights-ping-id-types into main

Created by: vovakulikov

Closes https://github.com/sourcegraph/sourcegraph/issues/27911

Previously in code insights components we used insight id also as an insight type (because id had special insights prefixes). With new GQl API this ins't a case anymore. New approach for tracking insight types is using insight.viewType as a type for tracking.

Merge request reports

Loading