correlationId property
Cross-service correlation key supplied by the SDK/app or generated by the portable layer. Native/Web adapters may propagate it through HTTP headers or OS task metadata, but C++ owns the canonical event field.
Implementation
@$pb.TagNumber(34)
$core.String get correlationId => $_getSZ(33);
Implementation
@$pb.TagNumber(34)
set correlationId($core.String value) => $_setString(33, value);