File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { filter } from 'rxjs/operators';
6
6
import IAppInsights = Microsoft . ApplicationInsights . IAppInsights ;
7
7
8
8
export class AppInsightsConfig implements Microsoft . ApplicationInsights . IConfig {
9
- instrumentationKeySetlater ?: boolean ;
9
+ instrumentationKeySetLater ?: boolean ;
10
10
instrumentationKey ?: string ;
11
11
endpointUrl ?: string ;
12
12
emitLineDelimitedJson ?: boolean ;
@@ -249,12 +249,12 @@ export class AppInsightsService implements IAppInsights {
249
249
console . warn ( 'Angular application insights Error [downloadAndSetup]: ' , ex ) ;
250
250
}
251
251
} else {
252
- if ( ! this . config . instrumentationKeySetlater ) { // there is no this.config.instrumentationKey AND no this.config.instrumentationKeySetlater => Add log.
252
+ if ( ! this . config . instrumentationKeySetLater ) { // there is no this.config.instrumentationKey AND no this.config.instrumentationKeySetLater => Add log.
253
253
console . warn ( 'An instrumentationKey value is required to initialize AppInsightsService' ) ;
254
254
}
255
255
}
256
256
} else {
257
- console . warn ( 'You need forRoot on ApplicationInsightsModule, with or instrumentationKeySetlater or instrumentationKey set at least' ) ;
257
+ console . warn ( 'You need forRoot on ApplicationInsightsModule, with or instrumentationKeySetLater or instrumentationKey set at least' ) ;
258
258
}
259
259
}
260
260
You can’t perform that action at this time.
0 commit comments