Skip to content

Commit c52baed

Browse files
bring back the line so we can uncomment it later
1 parent cc4d20d commit c52baed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
2323
RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
2424
RUN find . -name 'libddwaf.so' -delete
2525
RUN rm -rf ./python/lib/$runtime/site-packages/urllib3*
26+
# TODO: uncomment this once the tracer can work without it again
27+
# RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/*.so
2628
RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
2729
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/libdd_wrapper*.so
2830
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/ddup/_ddup.*.so

tests/integration/snapshots/logs/sync-metrics_python39.log

-1
Original file line numberDiff line numberDiff line change
@@ -1713,4 +1713,3 @@ HTTP POST https://api.datadoghq.com/api/v1/distribution_points Headers: ["Accept
17131713
]
17141714
}
17151715
END Duration: XXXX ms Memory Used: XXXX MB
1716-
INIT_START Runtime Version: python:3.9.vX Runtime Version ARN: arn:aws:lambda:eu-west-1:XXXX:eu-west-1

0 commit comments

Comments
 (0)