Skip to content

Commit 3ee9225

Browse files
committed
fix: 🐛 demo app environment
1 parent 63834e5 commit 3ee9225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/lumberjack-app/src/environments/environment.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
export const environment = {
77
production: false,
88
appInsights: {
9-
instrumentationKey: '6948078b-b192-489b-961c-6a490733b988',
9+
instrumentationKey: '<your-instrumentation-key>',
1010
},
1111
};
1212

0 commit comments

Comments
 (0)