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 cca225a commit 3a9a680Copy full SHA for 3a9a680
web/src/signalr-web/SignalRMiddleware/EventApp/src/environments/environment.prod.ts
@@ -1,6 +1,6 @@
1
export const environment = {
2
production: true,
3
appInsights: {
4
- instrumentationKey: "%INSTRUMENTATION_KEY%"
+ instrumentationKey: "3e0ab8f5-c675-448c-8a15-08ba5ec45317" /*The web middleware should return the key to the Angular Environment*/
5
}
6
};
web/src/signalr-web/SignalRMiddleware/EventApp/src/environments/environment.ts
@@ -6,6 +6,6 @@
7
production: false,
8
9
+ instrumentationKey: "3e0ab8f5-c675-448c-8a15-08ba5ec45317"
10
11
0 commit comments