(8.5.4) GH-2153: Future-proof metrics uninstall URL #615
+77
−61
Conversation
|
Quick version bump on the helper JSDoc |
src/classes/Metrics.js
Outdated
| * | ||
| * @private | ||
| * | ||
| * @since 8.5.3 |
wlycdgr
Oct 2, 2020
Member
My bad, let's bump this to 8.5.4
My bad, let's bump this to 8.5.4
|
Latest changes looks good |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Shortens the query string for the uninstall URL by including only the ping params we've deemed as crucial.
I've also added a helper method for constructing the query string key value pairs, which hopefully makes it a little easier to read/identify the queries and values getting added to
metrics_url, and helps prevent potential errors when adding new params.