Skip to content

Commit 4881b99

Browse files
committed
Typo
1 parent 082d6f7 commit 4881b99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app-insight.service.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { filter } from 'rxjs/operators';
66
import IAppInsights = Microsoft.ApplicationInsights.IAppInsights;
77

88
export class AppInsightsConfig implements Microsoft.ApplicationInsights.IConfig {
9-
instrumentationKeySetlater?: boolean;
9+
instrumentationKeySetLater?: boolean;
1010
instrumentationKey?: string;
1111
endpointUrl?: string;
1212
emitLineDelimitedJson?: boolean;
@@ -249,12 +249,12 @@ export class AppInsightsService implements IAppInsights {
249249
console.warn('Angular application insights Error [downloadAndSetup]: ', ex);
250250
}
251251
} 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.
253253
console.warn('An instrumentationKey value is required to initialize AppInsightsService');
254254
}
255255
}
256256
} 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');
258258
}
259259
}
260260

0 commit comments

Comments
 (0)