Skip to content

Commit

Permalink
Remove deprecated cache option (#2984)
Browse files Browse the repository at this point in the history
Co-authored-by: Dario Castañé <[email protected]>
  • Loading branch information
sethsamuel and darccio authored Dec 10, 2024
1 parent 1d2c8f1 commit a48a41e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ddtrace/tracer/tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ func newUnstartedTracer(opts ...StartOption) *tracer {
ReplaceDigits: c.agent.HasFlag("quantize_sql_tables") || c.agent.HasFlag("replace_sql_digits"),
KeepSQLAlias: c.agent.HasFlag("keep_sql_alias"),
DollarQuotedFunc: c.agent.HasFlag("dollar_quoted_func"),
Cache: c.agent.HasFlag("sql_cache"),
},
}),
statsd: statsd,
Expand Down

0 comments on commit a48a41e

Please sign in to comment.