-
Notifications
You must be signed in to change notification settings - Fork 225
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
docs: add version in which the configurations were added #1134 #1788
base: main
Are you sure you want to change the base?
Conversation
❌ Author of the following commits did not sign a Contributor Agreement: Please, read and sign the above mentioned agreement if you want to contribute to this project |
❕ Build Aborted
Expand to view the summary
Build stats
Steps errorsExpand to view the steps failures
|
Signed the contributors agreement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, Left few comments and suggestions. Also you have missed out some options
- ignoreUrls
- ignoreUserAgents
- logger
@@ -61,6 +69,8 @@ The URL to where the APM Server is deployed. | |||
[[validate-server-cert]] | |||
==== `verifyServerCert` | |||
|
|||
[small]#Added in: v0.3.0# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[small]#Added in: v0.3.0# | |
[small]#Added in: v1.0.0# |
@@ -803,6 +897,8 @@ ELASTIC_APM_GLOBAL_LABELS="subspace=sap-hana,rack=number6" | |||
[[config-file]] | |||
==== `configFile` | |||
|
|||
[small]#Added in: v0.3.0# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[small]#Added in: v0.3.0# | |
[small]#Added in: v2.16.0# |
@@ -491,6 +545,8 @@ Use the following two config options to change how many lines of source code to | |||
[[source-context-error-app-frames]] | |||
*`sourceLinesErrorAppFrames`* | |||
|
|||
[small]#Added in: v0.12.0# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[small]#Added in: v0.12.0# | |
[small]#Added in: v1.0.0# |
@@ -503,6 +559,8 @@ Setting this config option to `0` means that no source code will be collected fo | |||
[[source-context-error-library-frames]] | |||
*`sourceLinesErrorLibraryFrames`* | |||
|
|||
[small]#Added in: v0.12.0# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[small]#Added in: v0.12.0# | |
[small]#Added in: v1.0.0# |
Closes #1134. For more info see: #1134
Checklist
[X] Update documentation