Skip to content

Commit

Permalink
Update instrumentation_libraries.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brett0000FF authored Oct 4, 2024
1 parent 1a7c974 commit a885743
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ To use OpenTelemetry instrumentation libraries with the Datadog .NET SDK:

The following example demonstrates how to instrument the `Hangfire` OpenTelemetry integrations with the Datadog .NET SDK:

```js
cusing System;
```csharp
using System;
using Hangfire;
using Hangfire.MemoryStorage;
using OpenTelemetry.Trace;
Expand Down

0 comments on commit a885743

Please sign in to comment.