File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { HttpClientModule } from '@angular/common/http';
2
2
import { NgModule } from '@angular/core' ;
3
3
import { BrowserModule } from '@angular/platform-browser' ;
4
4
import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
5
+ import { UserTelemetryModule } from '@hypertrace/common' ;
5
6
import { ObservabilityDashboardModule } from '@hypertrace/observability' ;
6
7
import { ApplicationFrameModule } from './application-frame/application-frame.module' ;
7
8
import { ConfigModule } from './config.module' ;
@@ -18,7 +19,8 @@ import { NavigationModule } from './shared/navigation/navigation.module';
18
19
NavigationModule ,
19
20
HttpClientModule ,
20
21
ApplicationFrameModule ,
21
- ObservabilityDashboardModule
22
+ ObservabilityDashboardModule ,
23
+ UserTelemetryModule . forRoot ( [ ] )
22
24
] ,
23
25
declarations : [ RootComponent ] ,
24
26
bootstrap : [ RootComponent ]
You can’t perform that action at this time.
0 commit comments