File tree 2 files changed +2
-1
lines changed
tests/integration/snapshots/logs
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
23
23
RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
24
24
RUN find . -name 'libddwaf.so' -delete
25
25
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
26
28
RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
27
29
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/libdd_wrapper*.so
28
30
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/ddup/_ddup.*.so
Original file line number Diff line number Diff line change @@ -1713,4 +1713,3 @@ HTTP POST https://api.datadoghq.com/api/v1/distribution_points Headers: ["Accept
1713
1713
]
1714
1714
}
1715
1715
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
You can’t perform that action at this time.
0 commit comments