Skip to content

Commit

Permalink
Merge pull request #286 from microbit-foundation/282-app-insights-doe…
Browse files Browse the repository at this point in the history
…s-not-work-properly

updated app insights key
  • Loading branch information
r59q authored Aug 4, 2023
2 parents 1ef7df6 + ea94371 commit 539a304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appInsights.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const load = () => {
const appInsights = new ApplicationInsights({
config: {
connectionString:
'InstrumentationKey=a475fa05-ab5e-4a01-82a0-0a1b58af45da;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/;LiveEndpoint=https://northeurope.livediagnostics.monitor.azure.com/',
'InstrumentationKey=9ff70ae9-1397-4b70-85f2-2d3e80a29113;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/;LiveEndpoint=https://northeurope.livediagnostics.monitor.azure.com/',
},
});

Expand Down

0 comments on commit 539a304

Please sign in to comment.