Skip to content

Commit

Permalink
minor text fixes (#1870)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexravenna authored Oct 18, 2024
1 parent 0bdd521 commit 7d9aa60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fundamentals/dashboard/enable-browser-telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down

0 comments on commit 7d9aa60

Please sign in to comment.