Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ART-380] Fix tracer leaving background writer threads
This was causing a race in `bundle exec rspec --seed 50224 spec/ddtrace/tracer_integration_spec.rb` exposing the issue in ART-380 where multiple writer background threads would trigger initialization of metrics. This does not fix the underlying issue causing `ArgumentError: wrong number of arguments (given 2, expected 0)` (see next commit for that).
- Loading branch information