Skip to content

Commit 60abc3b

Browse files
committed
ensure that spans created in the execute method are always segments
1 parent e1e73be commit 60abc3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sentry_sdk/integrations/huey.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ def _sentry_execute(
212212
"messaging.message.retry.count": (task.default_retries or 0)
213213
- task.retries,
214214
},
215+
parent_span=None,
215216
)
216217
else:
217218
transaction = continue_trace(

0 commit comments

Comments
 (0)