Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ddtrace/settings/asm.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ def __init__(self):

# Disable all features that are not supported in Lambda
tracer_config._remote_config_enabled = False
self._ep_enabled = False
self._iast_supported = False

if not self._iast_supported:
Expand Down
Loading