Skip to content

Commit bc0715f

Browse files
committed
test: Add streaming integration tests
1 parent 07d8eb8 commit bc0715f

2 files changed

Lines changed: 445 additions & 1 deletion

File tree

sentry_sdk/traces.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ def _set_segment_attributes(self) -> None:
581581
self.set_attribute(
582582
SPANDATA.SENTRY_SDK_INTEGRATIONS, sorted(client.integrations.keys())
583583
)
584+
self.set_attribute("sentry.span.source", SegmentSource.CUSTOM.value)
584585

585586
if client.options.get("dist") and SPANDATA.SENTRY_DIST not in self._attributes:
586587
self.set_attribute(

0 commit comments

Comments
 (0)