Skip to content

Commit

Permalink
fix call to _flush_traces (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSumislawski authored Jul 31, 2024
1 parent e00ece7 commit ecd46b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ def _sendEarlySpans(
)
early_invocation.end()

_flush_traces(flush_timeout, tracer_provider, meter_provider)
_flush_traces(flush_timeout, tracer_provider)

def _createEarlySpan(
tracer: Tracer,
Expand Down

0 comments on commit ecd46b8

Please sign in to comment.