otel

OTEL tracing for Vercel

Stars
28
Committers
10

Bot releases are visible (Hide)

otel - @vercel/[email protected] Latest Release

Published by github-actions[bot] 2 months ago

Minor Changes

  • 4882239: Set vercel.deployment_id as a resource attribute
otel - @vercel/[email protected]

Published by github-actions[bot] 2 months ago

Patch Changes

  • 81abfa4: Set default otel service version to VERCEL_DEPLOYMENT_ID
otel - @vercel/[email protected]

Published by github-actions[bot] 4 months ago

Patch Changes

  • 8b741d4: Edge-comaptible W3CTraceContextPropagator
otel - @vercel/[email protected]

Published by github-actions[bot] 4 months ago

Minor Changes

  • c7b72a9: OTEL logs and instrumentation deps restricted to be in the range of [0.46.0, 1.0.0)
otel - @vercel/[email protected]

Published by github-actions[bot] 4 months ago

Patch Changes

  • 560faed: Fix typo on key 'resource.name' when resolving Resource attributes
otel - @vercel/[email protected]

Published by github-actions[bot] 5 months ago

Patch Changes

  • 2e78b07: Enable sourcemaps
otel - @vercel/[email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

  • 6cf1e79: Manual protobuf encoding for OTLP to save about 180K binary size
otel - @vercel/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • 5019762: (fix) Use the fetch's span context for propagation, not parent's.
otel - @vercel/[email protected]

Published by github-actions[bot] 7 months ago

Minor Changes

  • 75d26f5: Fetch: map request/response headers to attributes
  • 056ea14: Configuration to customize root span attributes based on the request headers
otel - @vercel/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • 9ba9131: Strip eval() calls on Edge
otel - @vercel/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • 9354de3: Release 1.7x
otel - @vercel/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • 4c86b92: Fix request clonning bug in Edge runtime
otel - @vercel/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • b9be833: Resource name adjustments
  • 5b8c36f: Fix types for OTLPHttpJsonTraceExporter and OTLPHttpProtoTraceExporter
  • b9be833: Reorder dangling spans to end before the parent span
otel - @vercel/[email protected]

Published by github-actions[bot] 7 months ago

Minor Changes

  • 0cc92da: Use @opentelemetry/sdk-trace-base as a peer dependency
otel - @vercel/[email protected]

Published by github-actions[bot] 8 months ago

Minor Changes

  • 1a25890: Fetch span covers the complete response, including streaming
otel - @vercel/[email protected]

Published by github-actions[bot] 8 months ago

Minor Changes

  • 913fcb7: RequestInit.opentelemetry property to override fetch instrumentation

Patch Changes

  • c311f29: Include API docs
otel - @vercel/[email protected]

Published by github-actions[bot] 8 months ago

Minor Changes

  • 79110fc: resource.name and resourceNameTemplate for fetch instrumentation
  • 965fce6: DataDog resource/operation mapping

Patch Changes

  • 67b5337: Edge performance.timeOrigin is set as 0
  • bc65efe: Automatically propagate context to localhost on dev, and same branch_host on preview/prod
  • bc65efe: Added vercel.branch_host resource attribute
otel - @vercel/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • 79fbec0: Eliminate race condition between response end and trace end
  • 31ce66b: More docs on fetch instrumentation
otel - @vercel/[email protected]

Published by github-actions[bot] 9 months ago

Minor Changes

  • 7a04c92: Avoid OTLP longbits to avoid compatibility problems with some OTLP collectors
otel - @vercel/[email protected]

Published by github-actions[bot] 9 months ago

Minor Changes

  • 83ad945: Ensure that fetch receives the original input