From 4b74caba4e5e14397a079701f75de32d8b6259bc Mon Sep 17 00:00:00 2001 From: Stefan Jandl Date: Fri, 14 Jul 2023 11:26:42 +0200 Subject: [PATCH] Update src/platform-includes/performance/opentelemetry-install/dotnet.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- .../performance/opentelemetry-install/dotnet.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform-includes/performance/opentelemetry-install/dotnet.mdx b/src/platform-includes/performance/opentelemetry-install/dotnet.mdx index e50e1415cbfb2..bb8dc633127d4 100644 --- a/src/platform-includes/performance/opentelemetry-install/dotnet.mdx +++ b/src/platform-includes/performance/opentelemetry-install/dotnet.mdx @@ -21,4 +21,4 @@ paket add Sentry --version {{@inject packages.version('sentry.dotnet') }} paket add Sentry.OpenTelemetry --version {{@inject packages.version('sentry.dotnet') }} ``` -If you're building an ASP.NET or ASP.NET Core application you'll want to add their respective packages as well, i.e. `Sentry.AspNet` or `Sentry.AspNetCore`. +If you're building an ASP.NET or ASP.NET Core application, add their respective packages (`Sentry.AspNet` or `Sentry.AspNetCore`) as well.