OpenTelemetry SDK
    Preparing search index...

    Interface PerformanceLegacy

    This interface defines a fallback to read performance metrics, this happens for example on Safari Mac

    interface PerformanceLegacy {
        timing?: PerformanceEntries;
    }
    Index