File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
extensions/ql-vscode/src/view/variant-analysis Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { VariantAnalysisLoading } from "./VariantAnalysisLoading";
1313import { ToVariantAnalysisMessage } from "../../pure/interface-types" ;
1414import { vscode } from "../vscode-api" ;
1515import { defaultFilterSortState } from "../../pure/variant-analysis-filter-sort" ;
16- import { useTelemetryOnChange } from "../common/telemetry" ;
16+ import { sendTelemetry , useTelemetryOnChange } from "../common/telemetry" ;
1717
1818export type VariantAnalysisProps = {
1919 variantAnalysis ?: VariantAnalysisDomainModel ;
@@ -25,6 +25,7 @@ const openQueryFile = () => {
2525 vscode . postMessage ( {
2626 t : "openQueryFile" ,
2727 } ) ;
28+ sendTelemetry ( "variant-analysis-open-query-file" ) ;
2829} ;
2930
3031const openQueryText = ( ) => {
You can’t perform that action at this time.
0 commit comments