-
Notifications
You must be signed in to change notification settings - Fork 623
New issue
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
style(internal/shared/semconv): Simplify request processing #6990
base: main
Are you sure you want to change the base?
Conversation
Do I need to add anything to the changelog? |
semconvutil will be dropped after the next release. So I wouldn't focus on refactoring those packages at the moment. |
Thanks, can I close this pull request or keep a small part of the changes in the |
The semconv changes are small enough that we can keep them IMHO. |
I suggest a few changes to request processing:
req.UserAgent()
.strings.Index()
calls withstrings.IndexByte()
.strings.LastIndex()
calls withstrings.LastIndexByte()
.