From 6490678ae760f994d60d6a254ff8b407f2eeff25 Mon Sep 17 00:00:00 2001 From: Alex Ravenna Date: Fri, 18 Oct 2024 08:54:06 +0200 Subject: [PATCH] minor text fixes --- docs/fundamentals/dashboard/enable-browser-telemetry.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fundamentals/dashboard/enable-browser-telemetry.md b/docs/fundamentals/dashboard/enable-browser-telemetry.md index 869c32a36..d441f4400 100644 --- a/docs/fundamentals/dashboard/enable-browser-telemetry.md +++ b/docs/fundamentals/dashboard/enable-browser-telemetry.md @@ -6,7 +6,7 @@ ms.date: 10/11/2024 # Enable browser telemetry -The .NET Aspire dashboard can be configure to receive telemetry sent from browser apps. This feature is useful for monitoring client-side performance and user interactions. Browser telemetry requires additional dashboard configuration, and [JavaScript OTEL SDK](https://opentelemetry.io/docs/languages/js/getting-started/browser/) to be added to browser apps. +The .NET Aspire dashboard can be configured to receive telemetry sent from browser apps. This feature is useful for monitoring client-side performance and user interactions. Browser telemetry requires additional dashboard configuration and that the [JavaScript OTEL SDK](https://opentelemetry.io/docs/languages/js/getting-started/browser/) is added to the browser apps. This article discusses how to enable browser telemetry in the .NET Aspire dashboard. @@ -15,7 +15,7 @@ This article discusses how to enable browser telemetry in the .NET Aspire dashbo Browser telemetry requires the dashboard to enable these features: - OTLP HTTP endpoint. This endpoint is used by the dashboard to receive telemetry from browser apps. -- Cross-origin resource sharing (CORS). CORS allows a browser apps to make requests to the dashboard. +- Cross-origin resource sharing (CORS). CORS allows browser apps to make requests to the dashboard. ### OTLP configuration