@opentelemetry/propagator-aws-xray
Advanced tools
Changelog
1.26.0
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.@opentelemetry/semantic-conventions
for stable semantic conventions. Import @opentelemetry/semantic-conventions/incubating
for all semantic conventions, stable and unstable.shimmer
types to 1.2.0 #4865 @lforstgetEnv
function #4799 @danstarnsChangelog
1.25.0
Changelog
1.24.1
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.@opentelemetry/resources
Changelog
1.24.0
service.instance.id
as random UUID. #4608 @maryliaggetEnv()
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.Changelog
1.3.0
Changelog
1.2.0
Changelog
1.1.1