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';
22import { NgModule } from '@angular/core' ;
33import { BrowserModule } from '@angular/platform-browser' ;
44import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
5+ import { UserTelemetryModule } from '@hypertrace/common' ;
56import { ObservabilityDashboardModule } from '@hypertrace/observability' ;
67import { ApplicationFrameModule } from './application-frame/application-frame.module' ;
78import { ConfigModule } from './config.module' ;
@@ -18,7 +19,8 @@ import { NavigationModule } from './shared/navigation/navigation.module';
1819 NavigationModule ,
1920 HttpClientModule ,
2021 ApplicationFrameModule ,
21- ObservabilityDashboardModule
22+ ObservabilityDashboardModule ,
23+ UserTelemetryModule . forRoot ( [ ] )
2224 ] ,
2325 declarations : [ RootComponent ] ,
2426 bootstrap : [ RootComponent ]
You can’t perform that action at this time.
0 commit comments