Code Insights: Fix insights ping id types
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.