We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a909dd commit 4c27818Copy full SHA for 4c27818
fern/docs/pages/sdks/web/ue-migration.mdx
@@ -45,11 +45,15 @@ ue.startRecording("<your_unique_app_id>")
45
```
46
</Tab>
47
<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
53
```jsx
54
55
window.plugSDK.init({
56
app_id: "<your_unique_app_id>",
- enable_session_recording: true,
57
});
58
window.plugSDK.onEvent((payload) => {
59
if (payload.type === 'ON_OBSERVABILITY_READY') {
0 commit comments