From 4598867066d129354b8d7f3d1469383e09fa3e87 Mon Sep 17 00:00:00 2001 From: Alexander Alderman Webb Date: Fri, 31 Jul 2026 15:52:45 +0200 Subject: [PATCH] ref(o11y): Remove custom origin in the streaming trace lifecycle --- clients/python/src/taskbroker_client/sdk.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/clients/python/src/taskbroker_client/sdk.py b/clients/python/src/taskbroker_client/sdk.py index e309f57c..aad60589 100644 --- a/clients/python/src/taskbroker_client/sdk.py +++ b/clients/python/src/taskbroker_client/sdk.py @@ -28,7 +28,6 @@ def start_transaction( name=name, attributes={ "sentry.op": op, - "sentry.origin": origin, **attributes, }, ) @@ -68,7 +67,6 @@ def start_span( name=name, attributes={ "sentry.op": op, - "sentry.origin": origin, **attributes, }, )