@tigorhutasuhut/telemetry-js - v0.7.3
    Preparing search index...

    Function resolve

    • Resolve a RuntimeAdapter by name or by auto-detection.

      Returns a noop adapter if no adapter matches (never throws).

      Parameters

      • OptionalruntimeName: RuntimeName

        Explicit runtime name. When omitted, each registered adapter's detect() method is called in order and the first match is returned.

      Returns RuntimeAdapter

      The matched adapter, or a noop adapter if none matches.