From 9b94a48aab0279d3dae7424e01d29d86c55b5c7a Mon Sep 17 00:00:00 2001 From: Tobias Wilfert <36408720+tobias-wilfert@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:20:00 +0200 Subject: [PATCH] docs: Document transaction_sample_rate option (#1520) --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 20b7560d7..c6f980baa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -83,6 +83,7 @@ metrics: `true`. - `connect_to_reserved_ips`: Allow reserved IP addresses for requests to sources. See [Security](#security). Defaults to `false`. +- `transaction_sample_rate`: The sample rate for transactions sent to Sentry. Should be a value between 0.0 and 1.0. Defaults to 0.05. - `max_concurrent_requests`: The maximum number of requests symbolicator will process concurrently. Further requests will result in a 503 status code. Set it to `null` to turn off the limit. Defaults to 120.