Short name describing what triggered the graph break
Frozen dataclass with missing field
Values or code snippet captured at the break point
dataclass={dataclass_cls.name}, field={field.name}
Explanation of why the graph break was triggered
Cannot reconstruct frozen dataclass: field ‘{field.name}’ was not tracked during tracing.
Hints on how to resolve the graph break