Skip to content

Commit 49f7460

Browse files
committed
merge?
1 parent c3480fb commit 49f7460

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

sentry_sdk/scope.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,13 +1503,6 @@ def _apply_scope_attributes_to_telemetry(
15031503
if attribute not in telemetry["attributes"]:
15041504
telemetry["attributes"][attribute] = value
15051505

1506-
def _apply_scope_attributes_to_telemetry(
1507-
self, telemetry: "Union[Log, Metric]"
1508-
) -> None:
1509-
for attribute, value in self._attributes.items():
1510-
if attribute not in telemetry["attributes"]:
1511-
telemetry["attributes"][attribute] = value
1512-
15131506
def _apply_user_attributes_to_telemetry(
15141507
self, telemetry: "Union[Log, Metric]"
15151508
) -> None:

0 commit comments

Comments
 (0)