Skip to main content
Glama
session-props.d.ts1.22 kB
import type { SessionIdManager } from './sessionid'; import type { PostHogPersistence } from './posthog-persistence'; import type { PostHog } from './posthog-core'; interface LegacySessionSourceProps { initialPathName: string; referringDomain: string; utm_medium?: string; utm_source?: string; utm_campaign?: string; utm_content?: string; utm_term?: string; } interface CurrentSessionSourceProps { r: string; u: string | undefined; } interface StoredSessionSourceProps { sessionId: string; props: LegacySessionSourceProps | CurrentSessionSourceProps; } export declare class SessionPropsManager { private readonly instance; private readonly _sessionIdManager; private readonly _persistence; private readonly _sessionSourceParamGenerator; constructor(instance: PostHog, sessionIdManager: SessionIdManager, persistence: PostHogPersistence, sessionSourceParamGenerator?: (instance?: PostHog) => LegacySessionSourceProps | CurrentSessionSourceProps); _getStored(): StoredSessionSourceProps | undefined; _onSessionIdCallback: (sessionId: string) => void; getSetOnceProps(): Record<string, any>; getSessionProps(): Record<string, any>; } export {};

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sadiuysal/mem0-mcp-server-ts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server