Skip to content

Releases: vercel/otel

@vercel/[email protected]

13 Mar 20:27
2035581
Compare
Choose a tag to compare

Minor Changes

  • 0cc92da: Use @opentelemetry/sdk-trace-base as a peer dependency

@vercel/[email protected]

27 Feb 20:39
691cbc8
Compare
Choose a tag to compare

Minor Changes

  • 1a25890: Fetch span covers the complete response, including streaming

@vercel/[email protected]

21 Feb 22:31
81864f8
Compare
Choose a tag to compare

Minor Changes

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

Patch Changes

@vercel/[email protected]

16 Feb 18:51
7f280a8
Compare
Choose a tag to compare

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

@vercel/[email protected]

02 Feb 02:22
54b98ba
Compare
Choose a tag to compare

Patch Changes

  • 79fbec0: Eliminate race condition between response end and trace end
  • 31ce66b: More docs on fetch instrumentation

@vercel/[email protected]

01 Feb 02:46
9505f03
Compare
Choose a tag to compare

Minor Changes

  • 7a04c92: Avoid OTLP longbits to avoid compatibility problems with some OTLP collectors

@vercel/[email protected]

29 Jan 22:41
90bbead
Compare
Choose a tag to compare

Minor Changes

  • 83ad945: Ensure that fetch receives the original input

@vercel/[email protected]

29 Jan 18:19
0aed19d
Compare
Choose a tag to compare

Patch Changes

  • a9d3a36: Remove "experimental" warning

@vercel/[email protected]

25 Jan 20:14
Compare
Choose a tag to compare

Major Changes

  • 2daf631: - Support for Node and Edge environments
    • Telemetry context propagation, including W3C Trace Context
    • Fetch API instrumentation with context propagation.
    • Support and auto-configuration for Vercel OTEL collector.
    • Enhanced metadata reporting.
    • Sampling support.
    • Custom tracing exporter support.
    • Batched trace exporting.