Skip to content

Commit f40eca7

Browse files
fix: pin ddtrace to v2.x for comparison with previous heap profiling results
Co-Authored-By: gl_anatolii.yatsuk <gl_anatolii.yatsuk@airbyte.io>
1 parent ce0ad59 commit f40eca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN pip install dist/*.whl
2222

2323
# Install ddtrace for Datadog APM and memory profiling support.
2424
# This is a no-op unless DD_PROFILING_ENABLED or similar env vars are set at runtime.
25-
RUN pip install "ddtrace>=3,<4"
25+
RUN pip install "ddtrace>=2.16,<3"
2626

2727
# Recreate the original structure
2828
RUN mkdir -p source_declarative_manifest \

0 commit comments

Comments
 (0)