Skip to content

Commit c9c3c0a

Browse files
saladthieveslforst
authored andcommitted
Fix grammar issue (#5622)
1 parent df23d4a commit c9c3c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/common/performance/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Automatic instrumentation for monitoring the performance of your application is
7676

7777
## Configure the Sample Rate
7878

79-
Sampling for transactions must also be configured before tracing is be enabled in your app. Set the sample rate for your transactions by either:
79+
Sampling for transactions must also be configured before tracing is enabled in your app. Set the sample rate for your transactions by either:
8080

8181
1. Setting a uniform sample rate for all transactions using the <PlatformIdentifier name="traces-sample-rate" /> option in your SDK config to a number between `0` and `1`. (For example, to send 20% of transactions, set <PlatformIdentifier name="traces-sample-rate" /> to `0.2`.)
8282
2. Controlling the sample rate based on the transaction itself and the context in which it's captured, by providing a function to the <PlatformIdentifier name="traces-sampler" /> config option.

0 commit comments

Comments
 (0)