feat(api): allow adding span links after span creation #4536@seemk
This change is non-breaking for end-users, but breaking for Trace SDK implmentations in accordance with the specification as new features need to be implemented.
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
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
v1.24.1
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.
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
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
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.
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
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
v1.24.1
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.
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
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
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.
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
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
v1.24.1
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.
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
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
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.
Bumps the open-telemetry group with 12 updates:
1.8.0
1.9.0
0.44.0
0.49.1
1.23.0
1.25.1
1.23.0
1.25.1
1.23.0
1.25.1
0.50.0
0.52.1
0.37.0
0.39.0
0.50.0
0.52.1
0.37.0
0.39.0
0.50.0
0.52.1
1.23.0
1.25.1
1.23.0
1.25.1
Updates
@opentelemetry/api
from 1.8.0 to 1.9.0Release notes
Sourced from
@opentelemetry/api
's releases.Changelog
Sourced from
@opentelemetry/api
's changelog.Commits
08f597f
chore: release API 1.4.0 / SDK 1.9.0 / 0.35.0 (#3516)969bb62
fix(tracing): make spans resilient to performance clock drift (#3434)2dcc898
Document repo settings (#3519)475e401
docs(sdk-metrics): fix badge and reword introductory sentence (#3484)126ae93
fix(sdk-node): fix exporter to be read only OTEL_TRACES_EXPORTER is set to a ...c93ab9e
fix(core): fix precision loss in numberToHrtime (#3480)3fd6fb8
fix(sdk-metrics): fix duplicated registration of metrics for collectors (#3488)93222fc
fix(api): declare this parameter type in observable callbacks (#3497)eecb800
feat(sdk-node): configure no-op sdk withOTEL_SDK_DISABLED
environment vari...1c3af6c
feat(api-logs): add the SeverityNumber enumeration (#3443)Updates
@opentelemetry/auto-instrumentations-node
from 0.44.0 to 0.49.1Release notes
Sourced from
@opentelemetry/auto-instrumentations-node
's releases.... (truncated)
Commits
0e96b2a
chore: release main (#2362)184b19f
fix(amqplib)!: instrumentation produced high cardinality span names (#2366)25e85c7
feat(detector-alibaba)!: change implementation to DetectorSync interface (#2328)d52d421
feat(detector-github)!: change implementation to DetectorSync interface (#2336)80304bc
test: test with Node.js 22 (#2350)c1d67f8
chore: release main (#2323)6e8989d
feat(instr-knex): implement requireParentSpan config flag (#2288)6dfe93c
chore: consistent and typed use of instrumentation config (#2289)8bcb561
test(auto-instr-node): show result of setting both env vars (#2325)8302464
feat(auto-instrumentations-node): enable auto-instrumentation for KafkaJS (#2...Updates
@opentelemetry/context-zone
from 1.23.0 to 1.25.1Release notes
Sourced from
@opentelemetry/context-zone
's releases.... (truncated)
Changelog
Sourced from
@opentelemetry/context-zone
's changelog.... (truncated)
Commits
0608f40
chore: prepare release 1.25.1/0.52.1 (#4809)cdd5284
feat(instrumentation): Use a caret version forimport-in-the-middle
depende...81f78a6
chore(deps): update dependency chromedriver to v126 (#4800)1041ed4
chore(deps): lock file maintenance (#4801)c07aa53
fix: Updateimport-in-the-middle
(#4806)3cbc9c7
docs: add SimpleSpanProcessor warning (#4798)9e421f6
docs(exporter-logs-otlp-http): change OTLPLogsExporter to OTLPLogExporter (#4...dd83751
docs: change to SEMRESATTRS_SERVICE_NAME (#4797)4fa7c13
refactor(examples/opentelemetry-web): use new exported string constants for s...812c774
refactor(context-zone-peer-dep): use explicit exports (#4787)Updates
@opentelemetry/context-zone-peer-dep
from 1.23.0 to 1.25.1Release notes
Sourced from
@opentelemetry/context-zone-peer-dep
's releases.... (truncated)
Changelog
Sourced from
@opentelemetry/context-zone-peer-dep
's changelog.... (truncated)
Commits
0608f40
chore: prepare release 1.25.1/0.52.1 (#4809)cdd5284
feat(instrumentation): Use a caret version forimport-in-the-middle
depende...81f78a6
chore(deps): update dependency chromedriver to v126 (#4800)1041ed4
chore(deps): lock file maintenance (#4801)c07aa53
fix: Updateimport-in-the-middle
(#4806)3cbc9c7
docs: add SimpleSpanProcessor warning (#4798)9e421f6
docs(exporter-logs-otlp-http): change OTLPLogsExporter to OTLPLogExporter (#4...dd83751
docs: change to SEMRESATTRS_SERVICE_NAME (#4797)4fa7c13
refactor(examples/opentelemetry-web): use new exported string constants for s...812c774
refactor(context-zone-peer-dep): use explicit exports (#4787)Updates
@opentelemetry/exporter-jaeger
from 1.23.0 to 1.25.1Release notes
Sourced from
@opentelemetry/exporter-jaeger
's releases.... (truncated)
Changelog
Sourced from
@opentelemetry/exporter-jaeger
's changelog.... (truncated)
Commits
0608f40
chore: prepare release 1.25.1/0.52.1 (#4809)This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml