⚠️ Internal: This API is not publically exported by the package.

Type alias Telemetry

Telemetry: {
    platform?: string;
    runtime?: string;
    sdk?: string;
}

Type declaration

  • Optional platform?: string

    Upstash-Telemetry-Platform

    Example

    cloudflare
    
  • Optional runtime?: string

    Upstash-Telemetry-Runtime

    Example

    node@v18
    
  • Optional sdk?: string

    Upstash-Telemetry-Sdk

    Example

    @upstash/redis@v1.1.1