Fixes
- Fix a race condition occurring when using the priority sampler and flushing asynchronous child spans that finish after the root (#440).
- Memoize the PID at tracer start time, instead of doing it on each span (#438) /thanks @CAFxX
Check out the full diff here.