Skip to content

Commit

Permalink
otel flush is not supported by cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur committed Nov 22, 2024
1 parent b792116 commit 9073ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/parametric/_library_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def __enter__(self) -> "APMLibrary":
def __exit__(self, exc_type, exc_val, exc_tb):
# Only attempt a flush if there was no exception raised.
if exc_type is None:
_ = self.dd_flush() and self.otel_flush(1)
self.dd_flush()

def crash(self) -> None:
self._client.crash()
Expand Down

0 comments on commit 9073ce6

Please sign in to comment.