Skip to content

Commit

Permalink
Update src/platform-includes/performance/opentelemetry-setup/dotnet.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
  • Loading branch information
bitsandfoxes and vivianyentran authored Jul 14, 2023
1 parent 4b74cab commit 4da9590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 =>
Expand Down

0 comments on commit 4da9590

Please sign in to comment.