Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
kakadiadarpan
approved these changes
Sep 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@vercel/otel@2.0.0
Major Changes
#165
7887411Thanks @bengigone! - Add support for OTel JS SDK 2.XBreaking Changes
1. OpenTelemetry SDK dependencies updated
API package (minimum version bumped):
@opentelemetry/api:>=1.9.0 <3.0.0(was>=1.7.0 <2.0.0)Stable packages (updated to v2.x):
@opentelemetry/resources:>=2.0.0 <3.0.0(was>=1.19.0 <2.0.0)@opentelemetry/sdk-metrics:>=2.0.0 <3.0.0(was>=1.19.0 <2.0.0)@opentelemetry/sdk-trace-base:>=2.0.0 <3.0.0(was>=1.19.0 <2.0.0)Experimental packages (updated to v0.2XX):
@opentelemetry/api-logs:>=0.200.0 <0.300.0(was>=0.46.0 <0.200.0)@opentelemetry/instrumentation:>=0.200.0 <0.300.0(was>=0.46.0 <0.200.0)@opentelemetry/sdk-logs:>=0.200.0 <0.300.0(was>=0.46.0 <0.200.0)2. Minimum Node.js version requirement
The minimum supported Node.js has been raised to
^18.19.0 || >=20.6.0to align with OpenTelemetry JS SDK 2.x requirements. This means that support for Node.js 14 and 16 has been dropped.3. Configuration changes
Log Record Processors:
Metric Readers:
Migration Guide
Update OpenTelemetry dependencies: Update the OpenTelemetry packages you are using in your project to the compatible versions:
API package (minimum version bumped):
Stable packages (upgrade to v2.x):
Experimental packages (upgrade to v0.2XX):
Note: Only install the packages you are actually using in your project.
Update configuration:
Log Record Processors - Change
logRecordProcessortologRecordProcessors:Metric Readers - Change
metricReadertometricReaders:No code changes needed for basic usage - the SDK interface remains the same for most common use cases.
For complete details on migrating from OpenTelemetry JS SDK 1.x to 2.x, see the official OpenTelemetry migration guide.
otelzero@2.0.0
Major Changes
#165
7887411Thanks @bengigone! - Add support for OTel JS SDK 2.XBreaking Changes
1. OpenTelemetry SDK dependencies updated
API package (minimum version bumped):
@opentelemetry/api:>=1.9.0 <3.0.0(was>=1.7.0 <2.0.0)Stable packages (updated to v2.x):
@opentelemetry/resources:>=2.0.0 <3.0.0(was>=1.19.0 <2.0.0)@opentelemetry/sdk-metrics:>=2.0.0 <3.0.0(was>=1.19.0 <2.0.0)@opentelemetry/sdk-trace-base:>=2.0.0 <3.0.0(was>=1.19.0 <2.0.0)Experimental packages (updated to v0.2XX):
@opentelemetry/api-logs:>=0.200.0 <0.300.0(was>=0.46.0 <0.200.0)@opentelemetry/instrumentation:>=0.200.0 <0.300.0(was>=0.46.0 <0.200.0)@opentelemetry/sdk-logs:>=0.200.0 <0.300.0(was>=0.46.0 <0.200.0)2. Minimum Node.js version requirement
The minimum supported Node.js has been raised to
^18.19.0 || >=20.6.0to align with OpenTelemetry JS SDK 2.x requirements. This means that support for Node.js 14 and 16 has been dropped.3. Configuration changes
Log Record Processors:
Metric Readers:
Migration Guide
Update OpenTelemetry dependencies: Update the OpenTelemetry packages you are using in your project to the compatible versions:
API package (minimum version bumped):
Stable packages (upgrade to v2.x):
Experimental packages (upgrade to v0.2XX):
Note: Only install the packages you are actually using in your project.
Update configuration:
Log Record Processors - Change
logRecordProcessortologRecordProcessors:Metric Readers - Change
metricReadertometricReaders:No code changes needed for basic usage - the SDK interface remains the same for most common use cases.
For complete details on migrating from OpenTelemetry JS SDK 1.x to 2.x, see the official OpenTelemetry migration guide.