Skip to content

Commit

Permalink
Export FlushResult (#96)
Browse files Browse the repository at this point in the history
The return value of `forceFlushTracerProvider` is `FlushResult`, but
that type isn't exported so it can't be used, and this change fixes
that.
  • Loading branch information
Gabriella439 authored May 29, 2024
1 parent 07f3ed5 commit d559be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/OpenTelemetry/Trace/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ module OpenTelemetry.Trace.Core (
createTracerProvider,
shutdownTracerProvider,
forceFlushTracerProvider,
FlushResult (..),
getTracerProviderResources,
getTracerProviderPropagators,
getGlobalTracerProvider,
Expand Down

0 comments on commit d559be3

Please sign in to comment.