We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently transformers run on each step of the trace. However some transforms can compute values after the end of the trace. Examples include:
It would be nice to find a simple way to reuse the transformer logic for this. There are 2 problems here:
This is likely an interface breaking change.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently transformers run on each step of the trace. However some transforms can compute values after the end of the trace. Examples include:
...
It would be nice to find a simple way to reuse the transformer logic for this. There are 2 problems here:
This is likely an interface breaking change.
The text was updated successfully, but these errors were encountered: