npm @orpc/client 1.8.0
v1.8.0

latest releases: 0.0.0-next.9a53484, 0.0.0-next.e8416db, 0.0.0-next.2902902...
3 months ago

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

Don't miss a new client release

NewReleases is sending notifications on new releases.