We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a31de75 + 95e655d commit fbede91Copy full SHA for fbede91
src/app-insight.service.ts
@@ -216,7 +216,7 @@ export class AppInsightsService implements IAppInsights {
216
console.warn('Angular application insights Error [downloadAndSetup]: ', ex);
217
}
218
} else {
219
- if (this.config.instrumentationKeySetlater) {
+ if (!this.config.instrumentationKeySetlater) { // there is no this.config.instrumentationKey AND no this.config.instrumentationKeySetlater => Add log.
220
console.warn('An instrumentationKey value is required to initialize AppInsightsService');
221
222
0 commit comments