Skip to content

Comments

chore: update to 1.15.0#449

Open
chris-olszewski wants to merge 4 commits intomainfrom
olszewski/update_temporal
Open

chore: update to 1.15.0#449
chris-olszewski wants to merge 4 commits intomainfrom
olszewski/update_temporal

Conversation

@chris-olszewski
Copy link
Member

What was changed

  • Update to 1.15.0
  • Switch to using plugin for OTEL sample

Why?

Checklist

  1. Closes N/A

  2. How was this tested:
    Ran some samples locally that were directly affected by this release (OTEL, AI SDK)

  3. Any docs updates needed?
    N/A

Comment on lines +26 to +30
"@opentelemetry/exporter-trace-otlp-grpc": "^0.57.2",
"@opentelemetry/exporter-trace-otlp-http": "^0.57.2",
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.57.2",
"@opentelemetry/exporter-metrics-otlp-http": "^0.57.2",
"@opentelemetry/exporter-prometheus": "^0.57.2",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumping these as there was a bad release where they did not declare a dependency on base resulting in usage with PNPM (or any other package manager without hoisting) failures.

export const otelSdk = new NodeSDK({
// This is required for use with the `@temporalio/interceptors-opentelemetry` package.
resource,
export function setupOtelSdk(): NodeSDK {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to defer constructing NodeSDK since client now imports from this module.

@chris-olszewski chris-olszewski marked this pull request as ready for review February 20, 2026 19:38
@chris-olszewski chris-olszewski requested a review from a team as a code owner February 20, 2026 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant