Skip to content

Commit

Permalink
docs: Document transaction_sample_rate option (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-wilfert authored Sep 17, 2024
1 parent 0d94ea8 commit 9b94a48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9b94a48

Please sign in to comment.