We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3480fb commit 49f7460Copy full SHA for 49f7460
sentry_sdk/scope.py
@@ -1503,13 +1503,6 @@ def _apply_scope_attributes_to_telemetry(
1503
if attribute not in telemetry["attributes"]:
1504
telemetry["attributes"][attribute] = value
1505
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
-
1513
def _apply_user_attributes_to_telemetry(
1514
self, telemetry: "Union[Log, Metric]"
1515
) -> None:
0 commit comments