Skip to content

Commit 4c27818

Browse files
AvinashSingh10-1Atul-Butola
authored andcommitted
changed the position of note (#243)
* adding a note * Update ue-migration.mdx --------- Co-authored-by: Atul-Butola <atul.butola@devrev.ai>
1 parent 2a909dd commit 4c27818

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

fern/docs/pages/sdks/web/ue-migration.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,15 @@ ue.startRecording("<your_unique_app_id>")
4545
```
4646
</Tab>
4747
<Tab title="Replace with PLuG">
48+
49+
<Callout intent="note">
50+
To enable session recordings, go to **Settings** > **Support** > **Session Replays** and enable recordings for your desired platforms.
51+
</Callout>
52+
4853
```jsx
4954

5055
window.plugSDK.init({
5156
app_id: "<your_unique_app_id>",
52-
enable_session_recording: true,
5357
});
5458
window.plugSDK.onEvent((payload) => {
5559
if (payload.type === 'ON_OBSERVABILITY_READY') {

0 commit comments

Comments
 (0)