Skip to content

[deps] Update opentelemetry-js monorepo#12750

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/opentelemetry-js-monorepo
Open

[deps] Update opentelemetry-js monorepo#12750
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/opentelemetry-js-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2025

This PR contains the following updates:

Package Change Age Confidence
@opentelemetry/core (source) 1.25.11.30.1 age confidence
@opentelemetry/exporter-metrics-otlp-http (source) 0.52.10.213.0 age confidence
@opentelemetry/exporter-prometheus (source) 0.52.10.213.0 age confidence
@opentelemetry/exporter-trace-otlp-http (source) 0.52.10.213.0 age confidence
@opentelemetry/exporter-zipkin (source) 1.25.11.30.1 age confidence
@opentelemetry/otlp-transformer (source) 0.52.10.213.0 age confidence
@opentelemetry/resources (source) 1.25.11.30.1 age confidence
@opentelemetry/sdk-metrics (source) 1.25.11.30.1 age confidence
@opentelemetry/sdk-trace-base (source) 1.25.11.30.1 age confidence
@opentelemetry/sdk-trace-node (source) 1.25.11.30.1 age confidence
@opentelemetry/semantic-conventions (source) 1.25.11.40.0 age confidence

Release Notes

open-telemetry/opentelemetry-js (@​opentelemetry/core)

v1.30.1

Compare Source

1.30.1
🐛 (Bug Fix)
  • fix(sdk-metrics): do not export from PeriodicExportingMetricReader when there are no metrics to export. #​5288 @​jacksonweber
🏠 (Internal)

v1.30.0

Compare Source

🚀 (Enhancement)
  • feat(sdk-metrics): PeriodicExportingMetricReader now flushes pending tasks at shutdown #​5242
🐛 (Bug Fix)
  • fix(sdk-trace-base): do not load OTEL_ env vars on module load, but when needed #​5233
  • fix(instrumentation-xhr, instrumentation-fetch): content length attributes no longer get removed with ignoreNetworkEvents: true being set #​5229

v1.29.0

Compare Source

🚀 (Enhancement)
  • feat(sdk-metrics): Add support for aggregation cardinality limit with a default limit of 2000. This limit can be customized via views #​5128

v1.28.0

Compare Source

🚀 (Enhancement)
  • feat(sdk-metrics, sdk-trace): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #​4617

    • default: true (no change in behavior)
    • note: false will become the default behavior in the next major version in order to comply with specification requirements
  • feat(sdk-trace-base): add spanProcessors property in TracerConfig interface. #​5138 @​david-luna

🐛 (Bug Fix)
  • fix(sdk-metrics): await exports in PeriodicExportingMetricReader when async resource attributes have not yet settled #​5119 @​pichlermarc
  • fix(sdk-trace): performance.now() may return the same value for consecutive calls #​5150 @​dyladan
  • fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler #​5143 @​pichlermarc
    • fixes a bug where switching browser tabs with a failing exporter would cause an unhandled error

v1.27.0

Compare Source

🚀 (Enhancement)
  • feat: add processors for adding session.id attribute to spans and logs #​4972
🐛 (Bug Fix)
🏠 (Internal)
  • deps: set @opentelemetry/api dependency min version to 1.3.0 in examples, experimental/packages, integration-tests and selenium-tests
    #​4992
  • refactor(sdk-metrics): replace MetricsAttributes with Attributes #​5021 @​david-luna
  • refactor(instrumentation-http): replace SpanAttributes and MetricsAttributes with Attributes #​5023 @​david-luna
  • chore(exporter-zipkin): remove usages of Span constructor #​5030 @​david-luna
  • test(instrumentation-http): remove usages of new Span in tests #​5035 @​david-luna

v1.26.0

Compare Source

🚀 (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 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
🏠 (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

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team labels Oct 13, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch 2 times, most recently from b4650b5 to ca05883 Compare October 25, 2025 00:32
@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch 5 times, most recently from 4dd5a59 to e66329d Compare November 14, 2025 00:05
@renovate renovate bot changed the title Update opentelemetry-js monorepo [deps] Update opentelemetry-js monorepo Nov 15, 2025
@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch 3 times, most recently from a663697 to 1ca5abc Compare November 19, 2025 01:45
@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch 2 times, most recently from 48087bd to 0ecb356 Compare November 23, 2025 19:43
@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch 2 times, most recently from 1526014 to 68270e0 Compare December 8, 2025 23:33
@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch from 68270e0 to 28ab3d4 Compare January 1, 2026 23:03
@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch from 28ab3d4 to 17a890c Compare January 8, 2026 22:26
@SamuelHassine SamuelHassine force-pushed the master branch 7 times, most recently from 1c222ef to 2cb4539 Compare January 10, 2026 19:59
@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch 2 times, most recently from fb7f6ed to 42e726a Compare January 17, 2026 17:56
@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch from 42e726a to c241dae Compare January 19, 2026 22:52
@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch 2 times, most recently from ff109e9 to 42def9d Compare January 24, 2026 22:25
@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch from 42def9d to 8591fe4 Compare February 2, 2026 21:31
@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch from 8591fe4 to ea4ccbb Compare February 10, 2026 21:18
@codecov
Copy link

codecov bot commented Feb 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 2.82%. Comparing base (11a6a74) to head (e2f420a).

❗ There is a different number of reports uploaded between BASE (11a6a74) and HEAD (e2f420a). Click for more details.

HEAD has 19 uploads less than BASE
Flag BASE (11a6a74) HEAD (e2f420a)
opencti-graphql 9 0
opencti-client-python 9 0
opencti-front 3 2
Additional details and impacted files
@@             Coverage Diff             @@
##           master   #12750       +/-   ##
===========================================
- Coverage   32.37%    2.82%   -29.56%     
===========================================
  Files        3111     2191      -920     
  Lines      211860   111385   -100475     
  Branches    38413    30437     -7976     
===========================================
- Hits        68591     3147    -65444     
+ Misses     143269   108238    -35031     
Flag Coverage Δ
opencti-client-python ?
opencti-front 2.82% <ø> (ø)
opencti-graphql ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch 3 times, most recently from 1d4eb51 to ad951e7 Compare February 18, 2026 00:39
@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch 3 times, most recently from bdcd487 to cb449e5 Compare March 2, 2026 22:54
@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch from cb449e5 to 3b2246e Compare March 5, 2026 21:42
@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch from 3b2246e to e2f420a Compare March 7, 2026 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants