Skip to content

Commit 1275b8f

Browse files
coolguyzonelizokm
andauthored
Update docs/concepts/key-terms/sample-rates.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent decb47d commit 1275b8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/concepts/key-terms/sample-rates.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Some of the options below aren't available in every SDK; check out our platform-
3737

3838
- **tracesSampler** - A function responsible for determining the percentage chance a given transaction will be sent to Sentry. It will automatically be passed information about the transaction and the context in which it's being created, and must return a number between 0 (0% chance of being sent) and 1 (100% chance of being sent). Can also be used for filtering transactions, by returning 0 for those that are unwanted. Either this or `tracesSampleRate` must be defined to enable tracing.
3939

40+
Learn more about [tracing](/product/tracing/) in Sentry.
4041
### Session Replay
4142

4243
- **replaysSessionSampleRate** - The sample rate for replays that begin recording immediately and last the entirety of the user's session. 1.0 collects all replays, and 0 collects none.

0 commit comments

Comments
 (0)