Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhdzg committed Jul 7, 2023
1 parent d60648c commit 0ab7c65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/functionalTests/testApp/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ if (testconfig.AppInsightsEnabled) {
const { TelemetryClient } = require("applicationinsights");

let options = {
connectionString: `InstrumentationKey=${testconfig.InstrumentationKey};IngestionEndpoint=${testconfig.EndpointBaseAddress}`,
azureMonitorExporterConfig: {
connectionString:`InstrumentationKey=${testconfig.InstrumentationKey};IngestionEndpoint=${testconfig.EndpointBaseAddress}`
},
samplingRatio: parseFloat(testconfig.SampleRate),
instrumentationOptions: {
azureSdk: {
Expand Down

0 comments on commit 0ab7c65

Please sign in to comment.