Skip to content

Commit

Permalink
Change app insights
Browse files Browse the repository at this point in the history
  • Loading branch information
Bron N Thulke committed Jun 30, 2024
1 parent 3933ae9 commit e79df73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Vue.config.productionTip = false

const appInsights = new ApplicationInsights({
config: {
connectionString: process.env.APPINSIGHTS_INSTRUMENTATIONKEY
connectionString: "InstrumentationKey=af9a5c48-6afb-4b37-ae5b-bec83723a2dd;IngestionEndpoint=https://westus2-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/;ApplicationId=0bbe6ded-07fa-497a-b09a-90c2eda99659"
/* …Other Configuration Options… */
}
});
Expand Down

0 comments on commit e79df73

Please sign in to comment.