Skip to content

Commit ab080c6

Browse files
committed
Merge branch 'master' into feat/span-first
2 parents 98b3fe3 + b6c684b commit ab080c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/traces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def continue_trace(incoming: "dict[str, Any]") -> None:
173173
sentry_sdk.get_isolation_scope().generate_propagation_context(
174174
incoming,
175175
)
176-
return sentry_sdk.get_current_scope().generate_propagation_context(
176+
sentry_sdk.get_current_scope().generate_propagation_context(
177177
incoming,
178178
)
179179

0 commit comments

Comments
 (0)