github dinwwwh/orpc v1.8.0

latest releases: v1.13.2, v1.13.1, v1.13.0...
7 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 orpc release

NewReleases is sending notifications on new releases.