Skip to content

Commit a118d2f

Browse files
Update sentry_sdk/integrations/dramatiq.py
Co-authored-by: Ivana Kellyer <ivana.kellyer@sentry.io>
1 parent 098d325 commit a118d2f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sentry_sdk/integrations/dramatiq.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ def before_process_message(self, broker: "Broker", message: "Message[R]") -> Non
144144
parent_span=None,
145145
)
146146
message._sentry_span_ctx = span
147-
span.__enter__()
148147
else:
149148
transaction = continue_trace(
150149
sentry_headers,

0 commit comments

Comments
 (0)