Documentation
    Preparing search index...

    Interface AnalyticsConfig

    interface AnalyticsConfig {
        appName: AUTHENTIC_APP_NAME;
        environment: AUTHENTIC_ENVIRONMENT;
        intercomAppId?: string;
        posthogConfig: PosthogConfig;
    }
    Index
    intercomAppId?: string
    posthogConfig: PosthogConfig