Type alias AnonymizedCorrelationHashes
AnonymizedCorrelationHashes: {
correlation_source: string;
groups: Record<string, string | undefined>;
repository?: string;
run?: string;
run_differentiator?: string;
workflow?: string;
}
Type declaration
correlation_source: string
groups: Record<string, string | undefined>
Optional repository?: string
Optional run?: string
Optional run_differentiator?: string
Optional workflow?: string
JSON sent to server.