Skip to content

Commit

Permalink
Enable debug logs to get more info
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Nov 22, 2024
1 parent 473af12 commit 0e651ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public class ManualInstrumentationTests : TestHelper
public ManualInstrumentationTests(ITestOutputHelper output)
: base("ManualInstrumentation", output)
{
SetEnvironmentVariable("DD_TRACE_DEBUG", "1");
}

[SkippableFact]
Expand Down

0 comments on commit 0e651ce

Please sign in to comment.