Skip to content

Commit e1c213d

Browse files
authored
(fix) ddtrace/tracer: don't call appsec.Start in CI Visibility agentless mode (#3149)
1 parent b2faef6 commit e1c213d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ddtrace/tracer/tracer.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ func Start(opts ...StartOption) {
169169
// DD_INSTRUMENTATION_TELEMETRY_ENABLED env var
170170
startTelemetry(t.config)
171171

172-
// start appsec
173-
appsec.Start(t.config.appsecStartOptions...)
174172
_ = t.hostname() // Prime the hostname cache
175173
return
176174
}

0 commit comments

Comments
 (0)