We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63834e5 commit 3ee9225Copy full SHA for 3ee9225
apps/lumberjack-app/src/environments/environment.ts
@@ -6,7 +6,7 @@
6
export const environment = {
7
production: false,
8
appInsights: {
9
- instrumentationKey: '6948078b-b192-489b-961c-6a490733b988',
+ instrumentationKey: '<your-instrumentation-key>',
10
},
11
};
12
0 commit comments