Skip to content
oRPC
Esc
navigateopen⌘Jpreview
On this page

v1.8.0

First-class OpenTelemetry Support docs

import { NodeSDK } from '@opentelemetry/sdk-node'
import { ORPCInstrumentation } from '@orpc/otel'

const sdk = new NodeSDK({
  instrumentations: [
    new ORPCInstrumentation(), 
  ],
})

sdk.start()

   🚀 Features

    View changes on GitHub

Last updated on August 11, 2025

Was this page helpful?