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 0526d15 commit 74cb7dbCopy full SHA for 74cb7db
sentry_sdk/tracing.py
@@ -1586,6 +1586,7 @@ def get_profile_context(self):
1586
def set_context(self, key, value):
1587
# type: (str, Any) -> None
1588
from sentry_sdk.integrations.opentelemetry.consts import SentrySpanAttribute
1589
+
1590
# TODO-neel-potel we cannot add dicts here
1591
1592
self.set_attribute(f"{SentrySpanAttribute.CONTEXT}.{key}", value)
0 commit comments