Skip to content

Commit 83480dd

Browse files
lajohn4747carachengdjmixpanel
authored
Make updates to remote setting SDK (#2499)
* Make updates to remote setting SDK * Fix note on session replay add-on availability Capitalization * Fix capitalization * Fix capitalization in SDK options note * Refactor session replay note for clarity Removed duplicate note about session replay add-on availability and provided context for setting SDK options. * Clarify session replay add-on information Removed redundant note about paid session replay add-on and clarified SDK options setting. --------- Co-authored-by: caracheng <cara.cheng@mixpanel.com> Co-authored-by: djmixpanel <122127729+djmixpanel@users.noreply.github.com>
1 parent 2a7667e commit 83480dd

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

pages/docs/tracking-methods/sdks/android/android-replay.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,11 @@ MPSessionReplay.getInstance()?.flush()
198198

199199
## Remote Configuration
200200

201-
By setting `remoteSettingsMode` you can quickly set SDK options for your project in mixpanel under `Settings > Project > Session Replay`.
201+
<Callout type="info">
202+
Available only for customers with a paid session replay add-on.
203+
</Callout>
204+
205+
By setting `remote_settings_mode` you can quickly set SDK options for your project in Mixpanel under `Settings > Organization Settings > Session Replay`.
202206

203207
Three modes are available:
204208

pages/docs/tracking-methods/sdks/javascript/javascript-replay.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,11 @@ Network recording uses two complementary mechanisms:
249249

250250
## Remote Configuration
251251

252-
By setting `remote_settings_mode` you can quickly set SDK options for your project in mixpanel under `Settings > Project > Session Replay`.
252+
<Callout type="info">
253+
Available only for customers with a paid session replay add-on. Requires version 2.74.0
254+
</Callout>
255+
256+
By setting `remote_settings_mode` you can quickly set SDK options for your project in Mixpanel under `Settings > Organization Settings > Session Replay`.
253257

254258
Three modes are available:
255259

@@ -264,6 +268,14 @@ List of currently supported remote settings:
264268

265269
Settings that are not yet supported, will not appear in the remote configuration. These non-included options will use the value that was initially set by the user for all `remote_settings_mode` options.
266270

271+
**Example Usage**
272+
```javascript
273+
mixpanel.init('YOUR_PROJECT_TOKEN', {
274+
record_sessions_percent: 100,
275+
remote_settings_mode: 'fallback'
276+
});
277+
```
278+
267279
## Cross-Origin Iframe Recording
268280

269281
<Callout type="info">

pages/docs/tracking-methods/sdks/swift/swift-replay.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,11 @@ MPSessionReplay.getInstance()?.flush()
270270

271271
## Remote Configuration
272272

273-
By setting `remoteSettingsMode` you can quickly set SDK options for your project in mixpanel under `Settings > Project > Session Replay`.
273+
<Callout type="info">
274+
Available only for customers with a paid session replay add-on.
275+
</Callout>
276+
277+
By setting `remote_settings_mode` you can quickly set SDK options for your project in Mixpanel under `Settings > Organization Settings > Session Replay`.
274278

275279
Three modes are available:
276280

0 commit comments

Comments
 (0)