From de3bee851b74eec53f35b15773746f1106dc8b34 Mon Sep 17 00:00:00 2001 From: Nathan Andersen Date: Mon, 27 Jun 2022 12:14:52 -0400 Subject: [PATCH] Fixing intrapage broken links --- packages/rum/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/rum/README.md b/packages/rum/README.md index f34472e23d..9671401893 100644 --- a/packages/rum/README.md +++ b/packages/rum/README.md @@ -192,7 +192,7 @@ Specify your own attribute to be used to [name actions][9]. : Optional
**Type**: Number
**Default**: `100`
-The percentage of sessions to track: `100` for all, `0` for none. Only tracked sessions send RUM events. For more details about `sampleRate`, see the [sampling configuration](#browser-rum-and-rum-premium-sampling-configuration). +The percentage of sessions to track: `100` for all, `0` for none. Only tracked sessions send RUM events. For more details about `sampleRate`, see the [sampling configuration](#browser-and-browser-premium-sampling-configuration). `replaySampleRate` : Optional - **Deprecated**
@@ -204,7 +204,7 @@ See `premiumSampleRate`. : Optional
**Type**: Number
**Default**: `100`
-The percentage of tracked sessions with [Browser Premium pricing][11] features: `100` for all, `0` for none. For more details about `premiumSampleRate`, see the [sampling configuration](#browser-and-rum-premium-sampling-configuration). +The percentage of tracked sessions with [Browser Premium pricing][11] features: `100` for all, `0` for none. For more details about `premiumSampleRate`, see the [sampling configuration](#browser-and-browser-premium-sampling-configuration). `silentMultipleInit` : Optional