Skip to content

Commit 834f134

Browse files
Add Production App Insights Key
The production environment configuration did not have a property for the appInsights key. It was causing the build to fail when you run npm run dist in VSTS.
1 parent 7a23adb commit 834f134

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
export const environment = {
2-
production: true
2+
production: true,
3+
appInsights: {
4+
instrumentationKey: "%INSTRUMENTATION_KEY%"
5+
}
36
};

0 commit comments

Comments
 (0)