sveltekit-enhance
    Preparing search index...

    Type Alias TraceOptions

    type TraceOptions = {
        logger?: Logger;
        record?: (entry: RecordTraceMetricEntry) => any;
    }
    Index

    Properties

    Properties

    logger?: Logger
    record?: (entry: RecordTraceMetricEntry) => any