Skip to content

Commit

Permalink
docs(sentry): describe SENTRY_TRACES_SAMPLE_RATE
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Oct 12, 2023
1 parent adab6cf commit 1b56aad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/configuration/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,13 @@ Enables sending events to Sentry.
[`environment` config value](https://docs.sentry.io/platforms/python/configuration/options/#environment)

Segments errors by which deployment they occur in. This defaults to `local`, and can be set to match one of the environment names.

### `SENTRY_TRACES_SAMPLE_RATE`

!!! tldr "Sentry docs"

[`traces_sample_rate` config value](https://docs.sentry.io/platforms/python/configuration/options/#traces-sample-rate)

Control the volume of transactions sent to Sentry. Value must be a float in the range `[0.0, 1.0]`.

The default is `0.0` (i.e. no transactions are tracked).

0 comments on commit 1b56aad

Please sign in to comment.