Skip to content

Commit

Permalink
my brain doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur committed Jan 17, 2025
1 parent dc9548d commit 930d4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/_trace/tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def configure(
version="3.0.0",
category=DDTraceDeprecationWarning,
)
trace_processors = (trace_processors + []) + (settings.get("FILTERS") or []) # type: ignore
trace_processors = (trace_processors or []) + (settings.get("FILTERS") or [])

return self._configure(
enabled,
Expand Down

0 comments on commit 930d4b4

Please sign in to comment.