From 280fa5efe4bd7f612d925fb856fe38e22135ce0d Mon Sep 17 00:00:00 2001 From: wmfrov <91505927+wmfrov@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:06:20 -0700 Subject: [PATCH 1/2] Update GettingStarted.md fix typo: requwest -> request From a6141cf1428a1b3e7045214738a17e411ab12d13 Mon Sep 17 00:00:00 2001 From: wmfrov <91505927+wmfrov@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:35:06 -0700 Subject: [PATCH 2/2] Update GettingStarted.md --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 85334c526d..3169e33f0b 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -1307,7 +1307,7 @@ run app | `quantize.query.obfuscate.with` | | Defines the string to replace obfuscated matches with. May be a String. Option must be nested inside the `query.obfuscate` option. | `''` | | `quantize.query.obfuscate.regex` | | Defines the regex with which the query string will be redacted. May be a Regexp, or `:internal` to use the default internal Regexp, which redacts well-known sensitive data. Each match is redacted entirely by replacing it with `query.obfuscate.with`. Option must be nested inside the `query.obfuscate` option. | `:internal` | | `quantize.fragment` | | Defines behavior for URL fragments. May be `:show` to show URL fragments, or `nil` to remove fragments. Option must be nested inside the `quantize` option. | `nil` | -| `request_queuing` | `Bool` | Track HTTP request time spent in the queue of the frontend server. See [HTTP requwest queuing](#http-request-queuing) for setup details. | `false` | +| `request_queuing` | `Bool` | Track HTTP request time spent in the queue of the frontend server. See [HTTP request queuing](#http-request-queuing) for setup details. | `false` | | `web_service_name` | `String` | Service name for frontend server request queuing spans. (e.g. `'nginx'`) | `'web-server'` | Deprecation notice: