Skip to content

Commit 1889fe5

Browse files
committed
Implement missing properties on AppInsightsConfig
1 parent 390e87d commit 1889fe5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app-insight.service.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ export class AppInsightsConfig implements Microsoft.ApplicationInsights.IConfig
3636
url?: string;
3737
isStorageUseDisabled?: boolean;
3838
overrideTrackPageMetrics?: boolean;
39+
appId?: string;
40+
correlationHeaderExcludedDomains?: string[];
41+
enableCorsCorrelation?: boolean;
42+
isBeaconApiDisabled?: boolean;
43+
isBrowserLinkTrackingEnabled?: boolean;
3944
}
4045

4146
@Injectable()

0 commit comments

Comments
 (0)