Socket
Socket
Sign inDemoInstall

@opentelemetry/propagator-aws-xray

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/propagator-aws-xray - npm Package Versions

2

1.26.0

Diff

Changelog

Source

1.26.0

:rocket: (Enhancement)

  • feat: include instrumentation scope info in console span and log record exporters #4848 @blumamir
  • feat(semconv): update semantic conventions to 1.27 (from 1.7.0) #4690 @dyladan
    • Exported names have changed to ATTR_{name} for attributes (e.g. ATTR_HTTP_REQUEST_METHOD), {name}_VALUE_{value} for enumeration values (e.g. HTTP_REQUEST_METHOD_VALUE_POST), and METRIC_{name} for metrics. Exported names from previous versions are deprecated.
    • Import @opentelemetry/semantic-conventions for stable semantic conventions. Import @opentelemetry/semantic-conventions/incubating for all semantic conventions, stable and unstable.
    • Note: Semantic conventions are now versioned separately from other stable artifacts, to correspond to the version of semantic conventions they provide. Changes will be in a separate changelog.

:bug: (Bug Fix)

  • fix(sdk-node): avoid spurious diag errors for unknown OTEL_NODE_RESOURCE_DETECTORS values #4879 @trentm
  • deps(opentelemetry-instrumentation): Bump shimmer types to 1.2.0 #4865 @lforst
  • fix(instrumentation): Fix optional property types #4833 @alecmev
  • fix(sdk-metrics): fix(sdk-metrics): use inclusive upper bounds in histogram #4829

:house: (Internal)

  • refactor: Simplify the code for the getEnv function #4799 @danstarns
  • refactor: remove "export *" in favor of explicit named exports #4880 @robbkidd
    • Packages updated:
      • opentelemetry-context-zone
      • opentelemetry-core
      • opentelemetry-exporter-jaeger
      • opentelemetry-exporter-zipkin
      • opentelemetry-propagator-b3
      • opentelemetry-propagator-jaeger
      • opentelemetry-sdk-trace-base
      • opentelemetry-sdk-trace-node
      • opentelemetry-sdk-trace-web
      • propagator-aws-xray
      • sdk-metrics
  • deps(sdk-metrics): remove unused lodash.merge dependency #4905 @pichlermarc
pichlermarc
published 1.25.1 •

Changelog

Source

1.25.1

:books: (Refine Doc)

  • refactor(examples): added usage of @opentelemetry/semantic-conventions and @opentelemetry/resources to the examples in examples/opentelemetry-web for maintaining consistency across all examples. #4764 @Zen-cronic

:house: (Internal)

  • refactor(context-zone-peer-dep): use explicit exports #4785 @pichlermarc
  • refactor(context-async-hooks): use explicit exports #4785 @pichlermarc
pichlermarc
published 1.25.0 •

Changelog

Source

1.25.0

:rocket: (Enhancement)

  • feat: support node 22 #4666 @dyladan
  • feat(context-zone*): support zone.js 0.12.x #4376 @maldago
  • refactor(core): Use tree-shakeable string constants for semconv #4739 @JohannesHuster
  • refactor(shim-opentracing): Use tree-shakeable string constants for semconv #4746 @JohannesHuster
  • refactor(sdk-trace-web): Use tree-shakeable string constants for semconv #4747 @JohannesHuster
  • refactor(sdk-trace-node): Use tree-shakeable string constants for semconv #4748 @JohannesHuster
  • refactor(sdk-trace-base): Use tree-shakeable string constants for semconv #4749 @JohannesHuster
  • refactor(resources): update deprecated semconv to use exported strings #4755 @JamieDanielson
  • refactor(exporters): update deprecated semconv to use exported strings #4756 @JamieDanielson

:books: (Refine Doc)

  • refactor(examples): use new exported string constants for semconv in examples/esm-http-ts #4758 @Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/basic-tracer-node #4759 @Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/http #4750 @Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/grpc-js #4760 @Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/otlp-exporter-node #4762 @Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/opentracing-shim #4761 @Zen-cronic
pichlermarc
published 1.24.1 •

Changelog

Source

1.24.1

:bug: (Bug Fix)

  • fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults() when a process polyfill is used #4648 @pichlermarc
    • getEnvWithoutDefaults() would use process.env if it was defined when running in a browser, while getEnv() would always use _globalThis. Now both use _globalThis when running in a browser.
  • fix(resources): prevent circular import (resource -> detector -> resource -> ...) #4653 @pichlermarc
    • fixes a circular import warning which would appear in rollup when bundling @opentelemetry/resources
  • fix(exporter-metrics-otlp-grpc): add explicit otlp-exporter-base dependency to exporter-metrics-otlp-grpc #4678 @AkselAllas
pichlermarc
published 1.24.0 •

Changelog

Source

1.24.0

:rocket: (Enhancement)

  • feat(sdk-trace-base): log resource attributes in ConsoleSpanExporter #4605 @pichlermarc
  • feat(propagator-aws-xray): moved AWS Xray propagator from contrib 4603 @martinkuba
  • feat(resources): new experimental detector ServiceInstanceIdDetectorSync that sets the value for service.instance.id as random UUID. #4608 @maryliag

:bug: (Bug Fix)

  • fix(sdk-trace-web): fix invalid timings in span events #4486 @Abinet18
  • fix(resources): ensure BrowserDetector does not think Node.js v21 is a browser #4561 @trentm
  • fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults() when a process polyfill is used #4648 @pichlermarc
    • getEnvWithoutDefaults() would use process.env if it was defined when running in a browser, while getEnv() would always use _globalThis. Now both use _globalThis when running in a browser.
dyladan
published 1.3.1 •

Changelog

Source

1.3.1

:bug: (Bug Fix)

  • fix(resources): fix browser compatibility for host and os detectors #3004 @legendecas
dyladan
published 1.3.0 •

Changelog

Source

1.3.0

:boom: Breaking Change

  • chore: remove unused InstrumentationConfig#path #2944 @flarna

:rocket: (Enhancement)

  • feat(ConsoleSpanExporter): export span links #2917 @trentm
  • feat: warn when hooked module is already loaded #2926 @nozik
  • feat: implement OSDetector #2927 @rauno56
  • feat: implement HostDetector #2921 @rauno56
  • feat(opentelemetry-core): add InstrumentationScope #2959 @pichlermarc

:bug: (Bug Fix)

  • fix(sdk-web): parse url with relative url string #2972 @legendecas
dyladan
published 1.2.1 •

dyladan
published 1.2.0 •

Changelog

Source

1.2.0

:bug: (Bug Fix)

  • fix: sanitize attributes inputs #2881 @legendecas
  • fix: support earlier API versions #2892 @dyladan
  • fix: support extract one digit '0' in jaeger traceFlag #2905 @shmilyoo
  • fix(resources): extend ResourceAttributes interface to comply with spec #2924 @blumamir

:books: (Refine Doc)

  • docs(sdk): update earliest support node version #2860 @svetlanabrennan

:house: (Internal)

  • chore: require changelog entry to merge PR #2847 @dyladan
  • chore: remove peer API check #2892 @dyladan
  • chore: merge lerna subdirectories into a single monorepo #2892 @dyladan
  • chore: indent the code with eslint #2923 @blumamir
  • opentelemetry-propagator-jaeger
    • #2906 fix: support extract one digit '0' in jaeger traceFlag (@shmilyoo)
dyladan
published 1.1.1 •

Changelog

Source

1.1.1

2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc