Skip to content

Commit

Permalink
fix: No Trace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyKh authored Oct 14, 2024
1 parent 8888727 commit 840e069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ims_envista/ims_envista.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(self, token: UUID | str, session: ClientSession | None = None) -> N
raise ValueError(err_msg)

if not session:
session = ClientSession(trace_configs=[trace_config])
session = ClientSession()
atexit.register(self._shutdown)

self._session = session
Expand Down

0 comments on commit 840e069

Please sign in to comment.