Skip to content

Commit 169ca11

Browse files
added telementry to treeview.tsx
Co-Authored-By: Nanddeep Nachan <[email protected]>
1 parent d818fc6 commit 169ca11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/controls/treeView/TreeView.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { ITreeViewProps, TreeViewSelectionMode } from './ITreeViewProps';
55
import { ITreeViewState } from './ITreeViewState';
66
import { ITreeItem } from './ITreeItem';
77
import TreeItem from './TreeItem';
8+
import * as telemetry from '../../common/telemetry';
89

910
/**
1011
* Renders the controls for TreeItem component
@@ -17,6 +18,7 @@ export class TreeView extends React.Component<ITreeViewProps, ITreeViewState> {
1718
*/
1819
constructor(props: ITreeViewProps) {
1920
super(props);
21+
telemetry.track('TreeView');
2022

2123
this.state = {
2224
loaded: true,

0 commit comments

Comments
 (0)