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
Closes #40370
To prepare for local filters we need to do some route changes, and while we are breaking the url we might as well fix some long standing issues:
legacyDecodeURIComponent
legacyEncodeURIComponent
The text was updated successfully, but these errors were encountered:
Pinging @elastic/apm-ui
Sorry, something went wrong.
Is this a breaking change? given that the URLs will dramatically change.
Depends, will we try and convert an old URL and redirect or will the pages just stop working?
Successfully merging a pull request may close this issue.
Closes #40370
To prepare for local filters we need to do some route changes, and while we are breaking the url we might as well fix some long standing issues:
legacyDecodeURIComponent
andlegacyEncodeURIComponent
since they are no longer neededThe text was updated successfully, but these errors were encountered: