0.3.0
Major changes
- use a seeded / thread-safe random number generator for
Span
ids. This number generator is used internally to avoid deterministic ids after each restart (#48)
Bugfixes
- fixed race condition on
Enabled
attribute (#43)
Improvements
- Add
http.url
toMux
integration (#40) - Allow custom
SpansBuffer
max size throughSetSpansBufferSize
exported function (#37) - Update documentation (#35 -- docs)
Breaking changes
- Default port
7777
has been replaced with the new8126
available from Datadog Agent 5.11.0 and above (#42)
Read the full changeset.