Skip to content

Commit 75d777d

Browse files
authored
Update ddtrace (#1536)
* Update ddtrace Try 1.15 release. * Try without option * Try agentless * Try to set propagation * Try all tests
1 parent fd28ff4 commit 75d777d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ jobs:
7171
DD_TAGS: "team:integrations-tools-and-libraries"
7272
DD_TEST_CLIENT_API_KEY: ${{ secrets.DD_CLIENT_API_KEY }}
7373
DD_TEST_CLIENT_APP_KEY: ${{ secrets.DD_CLIENT_APP_KEY }}
74-
DD_TRACE_ANALYTICS_ENABLED: "true"
7574
RECORD: "none"
7675
SLEEP_AFTER_REQUEST: ${{ vars.SLEEP_AFTER_REQUEST }}
7776
PYTEST_ADDOPTS: "--ddtrace"
7877
DD_PYTEST_OPERATION_NAME: "test"
78+
DD_TRACE_PROPAGATION_STYLE_INJECT: "datadog"
7979
- name: Post failure status check
8080
if: failure() && github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
8181
uses: DataDog/github-actions/post-status-check@v2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ setup_requires =
4949

5050
[options.extras_require]
5151
apm =
52-
ddtrace>=1.12.0,<1.13.0
52+
ddtrace>=1.15.0
5353
async =
5454
aiosonic==0.15.1
5555
zstandard =

0 commit comments

Comments
 (0)