detsys-ts
    Preparing search index...

    Type Alias AnonymizedCorrelationHashes

    JSON sent to server.

    type AnonymizedCorrelationHashes = {
        $anon_distinct_id: string;
        $groups: Record<string, string | undefined>;
        $session_id?: string;
        correlation_source: string;
        github_repository_hash?: string;
        github_workflow_hash?: string;
        github_workflow_job_hash?: string;
        github_workflow_run_differentiator_hash?: string;
        github_workflow_run_hash?: string;
        is_ci: boolean;
    }
    Index

    Properties

    $anon_distinct_id: string
    $groups: Record<string, string | undefined>
    $session_id?: string
    correlation_source: string
    github_repository_hash?: string
    github_workflow_hash?: string
    github_workflow_job_hash?: string
    github_workflow_run_differentiator_hash?: string
    github_workflow_run_hash?: string
    is_ci: boolean