diff --git a/src/platform-includes/performance/opentelemetry-setup/dotnet.mdx b/src/platform-includes/performance/opentelemetry-setup/dotnet.mdx index d07bb14a8539f..58def145ec393 100644 --- a/src/platform-includes/performance/opentelemetry-setup/dotnet.mdx +++ b/src/platform-includes/performance/opentelemetry-setup/dotnet.mdx @@ -13,7 +13,7 @@ using var tracerProvider = Sdk.CreateTracerProviderBuilder() .Build(); ``` -Next, initialize Sentry and opt into the use of OpenTelemetry. This allows the SDK to sent OpenTelemetry spans to be sent to Sentry. +Next, initialize Sentry and opt into the use of OpenTelemetry. This allows the SDK to send OpenTelemetry spans to Sentry. ```csharp SentrySdk.Init(options =>