Skip to content

Commit

Permalink
chore: simplify samples
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic committed Jan 11, 2024
1 parent 56f4786 commit 0522ad0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion samples/BlazorApplicationInsights.Sample.Wasm/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public static async Task Main(string[] args)

builder.Services.AddBlazorApplicationInsights(config =>
{
config.DisableTelemetry = false;
config.ConnectionString = "InstrumentationKey=219f9af4-0842-42c8-a5b1-578f09d2ee27;IngestionEndpoint=https://westus2-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/";
},
async applicationInsights =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public static async Task Main(string[] args)

builder.Services.AddBlazorApplicationInsights(config =>
{
config.DisableTelemetry = false;
config.ConnectionString = "InstrumentationKey=219f9af4-0842-42c8-a5b1-578f09d2ee27;IngestionEndpoint=https://westus2-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/";
},
async applicationInsights =>
Expand Down

0 comments on commit 0522ad0

Please sign in to comment.