Skip to content

Releases: zbjornson/gcloud-trace

v1.3.7

03 Oct 00:02

Choose a tag to compare

  • Allow undefined span names.

v1.3.6

02 Oct 20:24

Choose a tag to compare

  • Allow undefined label values

v1.3.5

02 Oct 20:04

Choose a tag to compare

  • Limit span name and label sizes to API limits. (Avoids GCP API errors.)

v1.3.4

02 Oct 20:04

Choose a tag to compare

  • Update google-cloud/common dependency

v1.3.3

22 Nov 01:47

Choose a tag to compare

Source

  • Bump dependency version.

v1.3.2

11 Oct 03:30

Choose a tag to compare

Feature

  • Include hostname in Express hook.

v1.3.1

11 Oct 03:15

Choose a tag to compare

Bugfix

  • Only use SPAN_ID from header if safe

v1.3.0

11 Oct 02:11

Choose a tag to compare

Feature

  • Use TRACE_ID and SPAN_ID in Express hook if provided in request header.

v1.2.1

18 Sep 20:11

Choose a tag to compare

Bug fixes

  • Ignore X-Cloud-Trace-Context header if it lacks the o=\d suffix. (GCP
    load balancers can add this header without the suffix.)

v1.2.0

14 Sep 22:43

Choose a tag to compare

Features

  • Add span.cancel method.