Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Oct 10, 2024
1 parent 5e1d701 commit a90581b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapseclient/core/credentials/credential_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _create_synapse_credential(
credentials.owner_id = profile.get("ownerId", None)
current_span = trace.get_current_span()
if current_span.is_recording():
current_span.set_attribute("user.id", syn.credentials.owner_id)
current_span.set_attribute("user.id", credentials.owner_id)

return credentials

Expand Down

0 comments on commit a90581b

Please sign in to comment.