Type alias AnonymizedCorrelationHashes

AnonymizedCorrelationHashes: {
    correlation_source: string;
    groups: Record<string, string | undefined>;
    repository?: string;
    run?: string;
    run_differentiator?: string;
    workflow?: string;
}

JSON sent to server.

Type declaration

  • correlation_source: string
  • groups: Record<string, string | undefined>
  • Optional repository?: string
  • Optional run?: string
  • Optional run_differentiator?: string
  • Optional workflow?: string