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 committed Jul 14, 2023
1 parent 4da9590 commit b3d1de0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var builder = Sdk.CreateTracerProviderBuilder()

```

Next, initialize Sentry and opt into the use of OpenTelemetry. You'll need to provide the SDK with the builder for OpenTelemetry's tracer provider to allow sending spans to Sentry.
Next, initialize Sentry and opt into the use of OpenTelemetry. Provide the SDK with the builder for OpenTelemetry's tracer provider to allow sending spans to Sentry.

```csharp
_sentry = SentrySdk.Init(o =>
Expand Down

0 comments on commit b3d1de0

Please sign in to comment.