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
You already have a fallback defined in the method so name should be optional.
name
This would optimise XRay.recorder.begin_segment XRay.recorder.config.name into just XRay.recorder.begin_segment.
XRay.recorder.begin_segment XRay.recorder.config.name
XRay.recorder.begin_segment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You already have a fallback defined in the method so
name
should be optional.This would optimise
XRay.recorder.begin_segment XRay.recorder.config.name
into justXRay.recorder.begin_segment
.The text was updated successfully, but these errors were encountered: