Skip to content

Commit 3a9a680

Browse files
author
Balakrishnan, Rajkumar
committed
Added AppInsights Key to Angular
1 parent cca225a commit 3a9a680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const environment = {
22
production: true,
33
appInsights: {
4-
instrumentationKey: "%INSTRUMENTATION_KEY%"
4+
instrumentationKey: "3e0ab8f5-c675-448c-8a15-08ba5ec45317" /*The web middleware should return the key to the Angular Environment*/
55
}
66
};

web/src/signalr-web/SignalRMiddleware/EventApp/src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
export const environment = {
77
production: false,
88
appInsights: {
9-
instrumentationKey: "%INSTRUMENTATION_KEY%"
9+
instrumentationKey: "3e0ab8f5-c675-448c-8a15-08ba5ec45317"
1010
}
1111
};

0 commit comments

Comments
 (0)