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: Liza Mock <liza.mock@sentry.io>
  • Loading branch information
bitsandfoxes and lizokm authored Jul 14, 2023
1 parent 2b29894 commit 3f18877
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ To learn how to start tracing based on your application kind, read the instructi

### Console Applications

To start tracing in a console application, you need to create a tracer provider. Add Sentry to the tracer provider to allow OpenTelemetry spans to be captured by Sentry.
To start tracing in a console application, you'll need to add Sentry to the tracer provider. This will make it possible for OpenTelemetry spans to be captured by Sentry.

```csharp
using var tracerProvider = Sdk.CreateTracerProviderBuilder()
Expand Down

0 comments on commit 3f18877

Please sign in to comment.