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.
1 parent 390e87d commit 1889fe5Copy full SHA for 1889fe5
src/app-insight.service.ts
@@ -36,6 +36,11 @@ export class AppInsightsConfig implements Microsoft.ApplicationInsights.IConfig
36
url?: string;
37
isStorageUseDisabled?: boolean;
38
overrideTrackPageMetrics?: boolean;
39
+ appId?: string;
40
+ correlationHeaderExcludedDomains?: string[];
41
+ enableCorsCorrelation?: boolean;
42
+ isBeaconApiDisabled?: boolean;
43
+ isBrowserLinkTrackingEnabled?: boolean;
44
}
45
46
@Injectable()
0 commit comments