Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Enhanced tracking and logging for DatalayerClient Datalayer operations. Provides operation correlation, timing, error categorization, and user-friendly handling.

    Index

    Constructors

    Methods

    • Create enhanced Datalayer handlers with comprehensive logging and error handling.

      Returns ClientHandlers

      ClientHandlers with beforeCall, afterCall, and onError implementations.

    • Get current operation statistics for debugging.

      Returns { activeOperations: number; operationsByMethod: Record<string, number> }

      Active operation count and breakdown by method name.