Skip to content

Commit

Permalink
Update App Insights connection string for shared workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Johnston committed Oct 10, 2023
1 parent b1f46eb commit 796cbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog-app/src/app/services/monitoring.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class MonitoringService {

private insights: ApplicationInsights = new ApplicationInsights({
config: {
connectionString: 'InstrumentationKey=0d4d1cac-2a4f-4201-af10-50855ff5422b;IngestionEndpoint=https://canadaeast-0.in.applicationinsights.azure.com/'
connectionString: 'InstrumentationKey=53ce1e95-6141-4145-a44f-d397c894b625;IngestionEndpoint=https://canadaeast-0.in.applicationinsights.azure.com/'
}
});

Expand Down

0 comments on commit 796cbf8

Please sign in to comment.