Skip to content

Commit 30b6891

Browse files
Update sentry_sdk/integrations/dramatiq.py
Co-authored-by: Ivana Kellyer <ivana.kellyer@sentry.io>
1 parent 4b5aa52 commit 30b6891

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sentry_sdk/integrations/dramatiq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def before_process_message(self, broker: "Broker", message: "Message[R]") -> Non
141141
"sentry.origin": DramatiqIntegration.origin,
142142
"sentry.span.source": SegmentSource.TASK.value,
143143
},
144+
parent_span=None,
144145
)
145146
message._sentry_span_ctx = span
146147
span.__enter__()

0 commit comments

Comments
 (0)