docs(rails): explain disabling agent, fixes #1466 - #1652
Merged
smith merged 1 commit intoJul 27, 2026
Conversation
The option to enable the agent dynamically was always present but not documented everywhere, and not tested either.
smith
requested changes
Jul 27, 2026
smith
left a comment
Contributor
There was a problem hiding this comment.
Looks good. Will approve/merge once broken link is fixed.
smith
approved these changes
Jul 27, 2026
Contributor
|
Thanks @slhck! I've got this merged. This will be included in an upcoming 4.10 release once we get some other outstanding PRs cleaned up. |
Contributor
Author
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this pull request do?
The option to enable the agent dynamically was asked for in #1466 – apparently present since 2020ish, but not documented everywhere, and not tested either.
Why is it important?
Some environemnts may not need apm testing (e.g.,
test). Users should discover this option more easily.Checklist
agreement/).
.rubocop.yml)main/CONTRIBUTING.md#testing) pass locally with my changes
I have updated docs/release-notes/index.md– likely not worth adding thereI have updated [docs/reference/supported-technologies.md](../docs/reference/N/Asupported-technologies.md)
Added an API method or config option? Document in which version this will beN/Aintroduced
Closes #1466