From 44844d1c74a81e35f8f14052730824d11be6b2c7 Mon Sep 17 00:00:00 2001 From: Federico Mon Date: Mon, 16 Dec 2024 12:26:35 +0100 Subject: [PATCH 1/2] wip --- manifests/python.yml | 2 +- utils/telemetry_utils.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/python.yml b/manifests/python.yml index 4b9288c0de..1837ebe4d5 100644 --- a/manifests/python.yml +++ b/manifests/python.yml @@ -445,7 +445,7 @@ tests/: uwsgi-poc: v2.17.1 Test_IastStandalone_UpstreamPropagation: '*': v2.18.0.dev - Test_SCAStandalone_Telemetry: missing_feature + Test_SCAStandalone_Telemetry: v2.18.0.dev test_automated_login_events.py: Test_Login_Events: irrelevant (was v2.10.0 but will be replaced by V2) Test_Login_Events_Extended: irrelevant (was v2.10.0 but will be replaced by V2) diff --git a/utils/telemetry_utils.py b/utils/telemetry_utils.py index e4cc8ff32e..075eb049a5 100644 --- a/utils/telemetry_utils.py +++ b/utils/telemetry_utils.py @@ -4,6 +4,7 @@ class TelemetryUtils: "nodejs": {"glob": False}, "java": {"org.apache.httpcomponents:httpclient": False}, "ruby": {"bundler": False}, + "python": {"requests": False}, } @staticmethod From 1b1d15aac21c0c8bbaca2bfb07dc00e4d23b9c77 Mon Sep 17 00:00:00 2001 From: Federico Mon Date: Mon, 16 Dec 2024 12:46:20 +0100 Subject: [PATCH 2/2] update tracer version --- manifests/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/python.yml b/manifests/python.yml index 1837ebe4d5..a101af5758 100644 --- a/manifests/python.yml +++ b/manifests/python.yml @@ -445,7 +445,7 @@ tests/: uwsgi-poc: v2.17.1 Test_IastStandalone_UpstreamPropagation: '*': v2.18.0.dev - Test_SCAStandalone_Telemetry: v2.18.0.dev + Test_SCAStandalone_Telemetry: v2.19.0.dev test_automated_login_events.py: Test_Login_Events: irrelevant (was v2.10.0 but will be replaced by V2) Test_Login_Events_Extended: irrelevant (was v2.10.0 but will be replaced by V2)