aws-otel-community
aws-otel-community copied to clipboard
Bump the js-sample-app-deps group across 1 directory with 19 updates
Bumps the js-sample-app-deps group with 19 updates in the /sample-apps/javascript-sample-app directory:
Package | From | To |
---|---|---|
@opentelemetry/api | 1.7.0 |
1.9.0 |
@opentelemetry/auto-instrumentations-node | 0.41.1 |
0.47.1 |
@opentelemetry/exporter-jaeger | 1.21.0 |
1.25.1 |
@opentelemetry/exporter-metrics-otlp-grpc | 0.48.0 |
0.52.1 |
@opentelemetry/exporter-prometheus | 0.48.0 |
0.52.1 |
@opentelemetry/exporter-trace-otlp-grpc | 0.48.0 |
0.52.1 |
@opentelemetry/id-generator-aws-xray | 1.2.1 |
1.2.2 |
@opentelemetry/instrumentation-aws-sdk | 0.38.1 |
0.42.0 |
@opentelemetry/instrumentation-http | 0.48.0 |
0.52.1 |
@opentelemetry/propagator-aws-xray | 1.3.1 |
1.25.1 |
@opentelemetry/resources | 1.21.0 |
1.25.1 |
@opentelemetry/sdk-metrics | 1.21.0 |
1.25.1 |
@opentelemetry/sdk-node | 0.48.0 |
0.52.1 |
@opentelemetry/sdk-trace-base | 1.21.0 |
1.25.1 |
@opentelemetry/sdk-trace-node | 1.21.0 |
1.25.1 |
@opentelemetry/semantic-conventions | 1.21.0 |
1.25.1 |
aws-sdk | 2.1561.0 |
2.1647.0 |
axios | 1.6.7 |
1.7.2 |
express | 4.18.2 |
4.19.2 |
Updates @opentelemetry/api
from 1.7.0 to 1.9.0
Release notes
Sourced from @opentelemetry/api
's releases.
v1.9.0
:rocket: (Enhancement)
- feat(instrumentation-grpc): set net.peer.name and net.peer.port on client spans #3430
:bug: (Bug Fix)
- fix(sdk-metrics): use default Resource to comply with semantic conventions #3411
@pichlermarc
- Metrics exported by the SDK now contain the following resource attributes by default:
service.name
telemetry.sdk.name
telemetry.sdk.language
telemetry.sdk.version
- fix(sdk-trace): make spans resilient to clock drift #3434
@dyladan
- fix(selenium-tests): updated webpack version for selenium test issue #3456
@SaumyaBhushan
- fix(sdk-metrics): fix duplicated registration of metrics for collectors #3488
@legendecas
- fix(core): fix precision loss in numberToHrtime #3480
@legendecas
:house: (Internal)
- chore: automatically generate tsconfigs #3432
@legendecas
- chore: enforce format with prettier #3444
@legendecas
api/v1.9.0
1.9.0
:rocket: (Enhancement)
- feat(metrics): added synchronous gauge #4528
@clintonb
- 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.
- feat: support node 22 #4666
@dyladan
v1.8.0
@opentelemetry/sdk-metrics
has been promoted to stable@opentelemetry/api-metrics
has been merged into@opentelemetry/api
and deprecated:boom: Breaking Change
- feat(api): merge api-metrics into api #3374
@legendecas
:rocket: (Enhancement)
- feat(sdk-trace): re-export sdk-trace-base in sdk-trace-node and web #3319
@legendecas
- feat: enable tree shaking #3329
@pkanal
:bug: (Bug Fix)
- fix(sdk-trace): enforce consistent span durations
... (truncated)
Changelog
Sourced from @opentelemetry/api
's changelog.
1.9.0
:rocket: (Enhancement)
- feat(instrumentation-grpc): set net.peer.name and net.peer.port on client spans #3430
- feat(exporter-trace-otlp-proto): Add protobuf otlp trace exporter support for browser #3208
@pkanal
:bug: (Bug Fix)
- fix(sdk-metrics): use default Resource to comply with semantic conventions #3411
@pichlermarc
- Metrics exported by the SDK now contain the following resource attributes by default:
service.name
telemetry.sdk.name
telemetry.sdk.language
telemetry.sdk.version
- fix(sdk-metrics): use Date.now() for instrument recording timestamps #3514
@MisterSquishy
- fix(sdk-trace): make spans resilient to clock drift #3434
@dyladan
- fix(selenium-tests): updated webpack version for selenium test issue #3456
@SaumyaBhushan
- fix(sdk-metrics): collect metrics when periodic exporting metric reader flushes #3517
@legendecas
- fix(sdk-metrics): fix duplicated registration of metrics for collectors #3488
@legendecas
- fix(core): fix precision loss in numberToHrtime #3480
@legendecas
:house: (Internal)
- chore: automatically generate tsconfigs #3432
@legendecas
- chore: enforce format with prettier #3444
@legendecas
1.8.0
@opentelemetry/sdk-metrics
has been promoted to stable@opentelemetry/api-metrics
has been merged into@opentelemetry/api
and deprecated:boom: Breaking Change
- feat(api): merge api-metrics into api #3374
@legendecas
:rocket: (Enhancement)
- feat(sdk-trace): re-export sdk-trace-base in sdk-trace-node and web #3319
@legendecas
- feat: enable tree shaking #3329
@pkanal
:bug: (Bug Fix)
- fix(sdk-trace): enforce consistent span durations #3327
@dyladan
- fix(resources): fix EnvDetector throwing errors when attribute values contain spaces #3295
- fix(trace): fix an issue which caused negative span durations in web based spans #3359
@dyladan
- fix(resources): strict OTEL_RESOURCE_ATTRIBUTES baggage octet decoding
... (truncated)
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)- Additional commits viewable in compare view
Updates @opentelemetry/auto-instrumentations-node
from 0.41.1 to 0.47.1
Release notes
Sourced from @opentelemetry/auto-instrumentations-node
's releases.
auto-instrumentations-node: v0.47.1
0.47.1 (2024-06-10)
Dependencies
- The following workspace dependencies were updated
- dependencies
@opentelemetry/instrumentation-express
bumped from ^0.40.0 to ^0.40.1@opentelemetry/instrumentation-mongodb
bumped from ^0.44.0 to ^0.45.0@opentelemetry/resource-detector-azure
bumped from ^0.2.8 to ^0.2.9@opentelemetry/resource-detector-container
bumped from ^0.3.10 to ^0.3.11instrumentation-pg: v0.42.0
0.42.0 (2024-06-06)
Features
Performance Improvements
Dependencies
- The following workspace dependencies were updated
- devDependencies
@opentelemetry/contrib-test-utils
bumped from ^0.39.0 to ^0.40.0instrumentation-mongodb: v0.44.0
0.44.0 (2024-06-06)
Features
Dependencies
- The following workspace dependencies were updated
- devDependencies
@opentelemetry/contrib-test-utils
bumped from ^0.39.0 to ^0.40.0instrumentation-aws-sdk: v0.42.0
0.42.0 (2024-06-06)
... (truncated)
Commits
93e7aab
chore: release main (#2263)ce5f48d
fix(instr-express): keep hidden properties in layer handlers (#2137)93776fa
fix(azure-functions-resource-detector): Update Azure Functions Detector to Co...cac5cc9
chore(deps): update dependency@rollup/plugin-commonjs
to v26 (#2264)9761a91
fix: ContainerId not detected post version 0.2.2 (#2270)3e863cf
docs(instrumentation-undici): Update option links to point to right link (#2261)2b1360d
feat(instrumentation-mongodb): support aggregation commands and support neste...6721bdd
fix(baggage-span-processor): cannot find module (#2260)0af1b70
chore: release main (#2211)71c15d5
feat: update otel core dependencies (#2257)- Additional commits viewable in compare view
Updates @opentelemetry/exporter-jaeger
from 1.21.0 to 1.25.1
Release notes
Sourced from @opentelemetry/exporter-jaeger
's releases.
v1.25.1
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
v1.25.0
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
v1.24.1
1.24.1
:bug: (Bug Fix)
- fix(core): align inconsistent behavior of
getEnv()
andgetEnvWithoutDefaults()
when aprocess
polyfill is used #4648@pichlermarc
getEnvWithoutDefaults()
would useprocess.env
if it was defined when running in a browser, whilegetEnv()
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
v1.24.0
... (truncated)
Changelog
Sourced from @opentelemetry/exporter-jaeger
's changelog.
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
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
1.24.1
:bug: (Bug Fix)
- fix(core): align inconsistent behavior of
getEnv()
andgetEnvWithoutDefaults()
when aprocess
polyfill is used #4648@pichlermarc
getEnvWithoutDefaults()
would useprocess.env
if it was defined when running in a browser, whilegetEnv()
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
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
... (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)- Additional commits viewable in compare view
Updates @opentelemetry/exporter-metrics-otlp-grpc
from 0.48.0 to 0.52.1
Release notes
Sourced from @opentelemetry/exporter-metrics-otlp-grpc
's releases.
experimental/v0.52.1
0.52.1
:rocket: (Enhancement)
- refactor(instrumentation-fetch): move fetch to use SEMATRR #4632
- refactor(otlp-transformer): use explicit exports #4785
@pichlermarc
:bug: (Bug Fix)
- fix(sdk-node): register context manager if no tracer options are provided #4781
@pichlermarc
- fix(instrumentation): Update
import-in-the-middle
to fix numerous bugs #4806@timfish
- chore(instrumentation): Use a caret version for
import-in-the-middle
dependency #4810@timfish
:house: (Internal)
- test: add
npm run maint:regenerate-test-certs
maintenance script and regenerate recently expired test certs #4777experimental/v0.52.0
0.52.0
:boom: Breaking Change
- feat(exporter--otlp-)!: move serialization for Node.js exporters to
@opentelemetry/otlp-transformer
#4542@pichlermarc
- Breaking changes:
- (user-facing)
convert()
now returns an empty object and will be removed in a follow-up- (internal) OTLPExporterNodeBase now has additional constructor parameters that are required
- (internal) OTLPExporterNodeBase now has an additional
ResponseType
type parameter- feat(exporter--otlp-)!: move serialization for Node.js exporters to
@opentelemetry/otlp-transformer
#4581@pichlermarc
- Breaking changes:
- (user-facing)
convert()
has been removed from all exporters- (internal) OTLPExporterBrowserBase:
RequestType
has been replaced by aResponseType
type-argument- (internal) OTLPExporterNodeBase:
ServiceRequest
has been replaced by aServiceResponse
type-argument- (internal) the
@opentelemetry/otlp-exporter-proto-base
package has been removed, and will from now on be deprecated innpm
- feat(instrumentation): remove default value for config in base instrumentation constructor #4695:
@blumamir
- fix(instrumentation)!: remove unused supportedVersions from Instrumentation interface #4694
@blumamir
- feat(instrumentation)!: simplify
registerInstrumentations()
API
- Breaking changes:
- removes
InstrumentationOptions
type- occurrences of
InstrumentationOptions
are now replaced by(Instrumentation | Instrumentation[])[]
- migrate usages of
registerInstrumentations({instrumentations: fooInstrumentation})
toregisterInstrumentations({instrumentations: [fooInstrumentation]})
- passing Instrumentation classes to
registerInstrumentations()
is now not possible anymore.- feat(sdk-node)!: simplify type of
instrumentations
option
- Breaking changes:
- replaces
InstrumentationOptions
with(Instrumentation | Instrumentation[])[]
:rocket: (Enhancement)
- feat(instrumentation): apply unwrap before wrap in base class #4692
... (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)- Additional commits viewable in compare view
Updates @opentelemetry/exporter-prometheus
from 0.48.0 to 0.52.1
Release notes
Sourced from @opentelemetry/exporter-prometheus
's releases.
experimental/v0.52.1
0.52.1
:rocket: (Enhancement)
- refactor(instrumentation-fetch): move fetch to use SEMATRR #4632
- refactor(otlp-transformer): use explicit exports #4785
@pichlermarc
:bug: (Bug Fix)
- fix(sdk-node): register context manager if no tracer options are provided #4781
@pichlermarc
- fix(instrumentation): Update
import-in-the-middle
to fix numerous bugs #4806@timfish
- chore(instrumentation): Use a caret version for
import-in-the-middle
dependency #4810@timfish
:house: (Internal)
- test: add
npm run maint:regenerate-test-certs
maintenance script and regenerate recently expired test certs #4777experimental/v0.52.0
0.52.0
:boom: Breaking Change
- feat(exporter--otlp-)!: move serialization for Node.js exporters to
@opentelemetry/otlp-transformer
#4542@pichlermarc
- Breaking changes:
- (user-facing)
convert()
now returns an empty object and will be removed in a follow-up- (internal) OTLPExporterNodeBase now has additional constructor parameters that are required
- (internal) OTLPExporterNodeBase now has an additional
ResponseType
type parameter- feat(exporter--otlp-)!: move serialization for Node.js exporters to
@opentelemetry/otlp-transformer
#4581@pichlermarc
- Breaking changes:
- (user-facing)
convert()
has been removed from all exporters- (internal) OTLPExporterBrowserBase:
RequestType
has been replaced by aResponseType
type-argument- (internal) OTLPExporterNodeBase:
ServiceRequest
has been replaced by aServiceResponse
type-argument- (internal) the
@opentelemetry/otlp-exporter-proto-base
package has been removed, and will from now on be deprecated innpm
- feat(instrumentation): remove default value for config in base instrumentation constructor #4695:
@blumamir
- fix(instrumentation)!: remove unused supportedVersions from Instrumentation interface #4694
@blumamir
- feat(instrumentation)!: simplify
registerInstrumentations()
API
- Breaking changes:
- removes
InstrumentationOptions
type- occurrences of
InstrumentationOptions
are now replaced by(Instrumentation | Instrumentation[])[]
- migrate usages of
registerInstrumentations({instrumentations: fooInstrumentation})
toregisterInstrumentations({instrumentations: [fooInstrumentation]})
- passing Instrumentation classes to
registerInstrumentations()
is now not possible anymore.- feat(sdk-node)!: simplify type of
instrumentations
option
- Breaking changes:
- replaces
InstrumentationOptions
with(Instrumentation | Instrumentation[])[]
:rocket: (Enhancement)
- feat(instrumentation): apply unwrap before wrap in base class #4692
... (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)- Additional commits viewable in compare view
Updates @opentelemetry/exporter-trace-otlp-grpc
from 0.48.0 to 0.52.1
Release notes
Sourced from @opentelemetry/exporter-trace-otlp-grpc
's releases.
experimental/v0.52.1
0.52.1
:rocket: (Enhancement)
- refactor(instrumentation-fetch): move fetch to use SEMATRR #4632
- refactor(otlp-transformer): use explicit exports #4785
@pichlermarc
:bug: (Bug Fix)
- fix(sdk-node): register context manager if no tracer options are provided #4781
@pichlermarc
- fix(instrumentation): Update
import-in-the-middle
to fix numerous bugs #4806@timfish
- chore(instrumentation): Use a caret version for
import-in-the-middle
dependency #4810@timfish
:house: (Internal)
- test: add
npm run maint:regenerate-test-certs
maintenance script and regenerate recently expired test certs #4777experimental/v0.52.0
0.52.0
:boom: Breaking Change
- feat(exporter--otlp-)!: move serialization for Node.js exporters to
@opentelemetry/otlp-transformer
#4542@pichlermarc
- Breaking changes:
- (user-facing)
convert()
now returns an empty object and will be removed in a follow-up- (internal) OTLPExporterNodeBase now has additional constructor parameters that are required
- (internal) OTLPExporterNodeBase now has an additional
ResponseType
type parameter- feat(exporter--otlp-)!: move serialization for Node.js exporters to
@opentelemetry/otlp-transformer
#4581@pichlermarc
- Breaking changes:
- (user-facing)
convert()
has been removed from all exporters- (internal) OTLPExporterBrowserBase:
RequestType
has been replaced by aResponseType
type-argument- (internal) OTLPExporterNodeBase:
ServiceRequest
has been replaced by aServiceResponse
type-argument- (internal) the
@opentelemetry/otlp-exporter-proto-base
package has been removed, and will from now on be deprecated innpm
- feat(instrumentation): remove default value for config in base instrumentation constructor #4695:
@blumamir
- fix(instrumentation)!: remove unused supportedVersions from Instrumentation interface #4694
@blumamir
- feat(instrumentation)!: simplify
registerInstrumentations()
API
- Breaking changes:
- removes
InstrumentationOptions
type- occurrences of
InstrumentationOptions
are now replaced by(Instrumentation | Instrumentation[])[]
- migrate usages of
registerInstrumentations({instrumentations: fooInstrumentation})
toregisterInstrumentations({instrumentations: [fooInstrumentation]})
- passing Instrumentation classes to
registerInstrumentations()
is now not possible anymore.- feat(sdk-node)!: simplify type of
instrumentations
option
- Breaking changes:
- replaces
InstrumentationOptions
with(Instrumentation | Instrumentation[])[]
:rocket: (Enhancement)
- feat(instrumentation): apply unwrap before wrap in base class #4692
... (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)- Additional commits viewable in compare view
Updates @opentelemetry/id-generator-aws-xray
from 1.2.1 to 1.2.2
Commits
b31df37
chore: release main (#2083)f3406ea
chore: remove patch and unpatch diag from instrumentations (#2107)73e01f2
chore(examples/graphql): use exported strings for attributes (#2122)80cbee7
chore: experimental 0.51.0, remove instrumentations generic type to align wit...46b6775
test(instr-document-load): fix test to allow missing network span events (#2145)931318c
refactor(instr-aws-sdk): use exported strings for attributes (#2142)77452c1
chore(examples/connect): use exported strings for attributes (#2120)5f1910b
chore(examples/web): use exported strings for attributes (#2129)0d38081
docs: removekey
column on readme (#2132)2d709ec
chore(instrumentation-fs): remove unused semconv package (#2141)- Additional commits viewable in compare view
Updates @opentelemetry/instrumentation-aws-sdk
from 0.38.1 to 0.42.0
Release notes
Sourced from Description%20has%20been%20truncated
%0A" rel="nofollow" target="_blank" >