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
- otel:
- OpenTelemetry Integration - by @dinwwwh in https://github.com/middleapi/orpc/issues/806 (7b151)
- server:
- Allow RPC calls without data - by @dinwwwh in https://github.com/middleapi/orpc/issues/853 (890a8)
- Stable hibernation apis - by @dinwwwh in https://github.com/middleapi/orpc/issues/854 (a3206)
- trpc:
- Stable tRPC to oRPC router - by @dinwwwh in https://github.com/middleapi/orpc/issues/808 (842d6)