We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec38cd commit 22b54ccCopy full SHA for 22b54cc
test/new-e2e/orchestrion.tool.go
@@ -19,5 +19,6 @@ import (
19
// Do not remove.
20
_ "github.com/DataDog/orchestrion" // integration
21
22
- _ "gopkg.in/DataDog/dd-trace-go.v1" // integration
+ _ "gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer" // integration
23
+ _ "gopkg.in/DataDog/dd-trace-go.v1/internal/civisibility/integrations/gotesting" // integration
24
)
0 commit comments