Skip to content

Commit

Permalink
new update to azure monitor js
Browse files Browse the repository at this point in the history
  • Loading branch information
NewbieWebDev committed Nov 29, 2024
1 parent c336487 commit 0a2bfd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion About.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// onInit: null, // Once the application insights instance has loaded and initialized this callback function will be called with 1 argument -- the sdk instance (DON'T ADD anything to the sdk.queue -- As they won't get called)
// sri: false, // Custom optional value to specify whether fetching the snippet from integrity file and do integrity check
cfg: { // Application Insights Configuration
connectionString: "InstrumentationKey=ddd49a44-2cd5-4bbd-94cf-564098a6bc54;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus.livediagnostics.monitor.azure.com/;ApplicationId=36c2b1b5-8dc3-4663-8b9a-57b155f517fa"
connectionString: "InstrumentationKey=5024729a-b935-43f4-bf25-5616e7e77d9a"
}});
</script>
<meta charset="UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion Contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// onInit: null, // Once the application insights instance has loaded and initialized this callback function will be called with 1 argument -- the sdk instance (DON'T ADD anything to the sdk.queue -- As they won't get called)
// sri: false, // Custom optional value to specify whether fetching the snippet from integrity file and do integrity check
cfg: { // Application Insights Configuration
connectionString: "InstrumentationKey=ddd49a44-2cd5-4bbd-94cf-564098a6bc54;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus.livediagnostics.monitor.azure.com/;ApplicationId=36c2b1b5-8dc3-4663-8b9a-57b155f517fa"
connectionString: "InstrumentationKey=5024729a-b935-43f4-bf25-5616e7e77d9a"
}});
</script>
<meta charset="UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// onInit: null, // Once the application insights instance has loaded and initialized this callback function will be called with 1 argument -- the sdk instance (DON'T ADD anything to the sdk.queue -- As they won't get called)
// sri: false, // Custom optional value to specify whether fetching the snippet from integrity file and do integrity check
cfg: { // Application Insights Configuration
connectionString: "InstrumentationKey=ddd49a44-2cd5-4bbd-94cf-564098a6bc54;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus.livediagnostics.monitor.azure.com/;ApplicationId=36c2b1b5-8dc3-4663-8b9a-57b155f517fa"
connectionString: "InstrumentationKey=5024729a-b935-43f4-bf25-5616e7e77d9a"
}});
</script>
<meta charset="UTF-8">
Expand Down

0 comments on commit 0a2bfd5

Please sign in to comment.