You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove shared use of libhoney from goroutines. Fixes#272. (#305)
There was a bug in a dependency causing non-deterministic test failures
in the honeycomb exporter due to a data race. This change refactors
RunErrorLogger to accept a channel instead of having to call methods on
libhoney directly, reducing shared usage of libhoney from multiple
goroutines.
See #272 for details.
0 commit comments