Skip to content

v3.1.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@risingbot risingbot released this 13 Jan 14:20
· 100 commits to master since this release

3.1.0-beta.1

This beta prerelease is published on npm. Install it with
npm install @risingstack/[email protected]

Feats

  • tracer: implement transaction event support (305ee50)
  • api: gzip encoding (6a17592)
  • http: add keep query params option (7715a4a)
  • collector: force CS-CR, CS-NE events to be collected in pairs (73f1872)

Fixes

  • security: upgrade to agent api (2531a6f)
  • collector:
    • solves TRN-34, TRN-39 (b948c44)
    • add back reservoir sampler (320737d)
    • sample according to TRN-41 (2329ad7)
    • correctly read severity during SS (4258e86)
    • add expiry to locks to prevent memory leak in incomplete instrumentations (3b53d55)
  • instrumentations/http/server: read communication id (77252c4)
  • instrumentation: fix http request emitter context propagation (488da05)
  • tests: fix tests (9c91b45)

Tests

Chores

  • general:
  • tracer: add option to configure sampler (39523fd)

Refactors

  • instrumentations: add safeguard for unknown values (1511760)