OpenTelemetry SDK
    Preparing search index...

    Interface SessionObserver

    interface SessionObserver {
        onSessionEnded(session: Session): void;
        onSessionStarted(newSession: Session, previousSession?: Session): void;
    }
    Index