Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Passing wrong tags
Browse files Browse the repository at this point in the history
  • Loading branch information
JorikSchellekens committed Aug 19, 2019
1 parent 170ce82 commit e49b04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/federation/transport/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ async def new_func(request, *args, **kwargs):
request, "incoming-federation-request", tags=_tags
)
else:
scope = start_active_span("incoming-federation-request", tags=tags)
scope = start_active_span("incoming-federation-request", tags=_tags)

with scope:
if origin:
Expand Down

0 comments on commit e49b04d

Please sign in to comment.