UNPKG

@ogcio/o11y-sdk-react

Version:

Opentelemetry standard instrumentation SDK for React based project

9 lines 395 B
import { Faro } from "@grafana/faro-react"; /** * Retrieves the current session ID from a provided Faro instance. * * @param {Faro} faro - The Faro instance to get the session from. * @returns {string | undefined} The ID of the current session, or `undefined` if no session exists. */ export declare function getSessionId(faro: Faro): string | undefined; //# sourceMappingURL=utils.d.ts.map