You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While you're testing, we recommend that you set <PlatformIdentifiername="replays-session-sample-rate" /> to `1.0`. This ensures that every user session will be sent to Sentry.
@@ -76,7 +94,7 @@ If you encounter any data not being redacted with the default settings, please l
76
94
77
95
To disable redaction altogether (not to be used on applications with sensitive data):
78
96
79
-
```javascript
97
+
```javascript {tabTitle:Mobile}
80
98
// You can pass options to the mobileReplayIntegration function during init:
81
99
integrations: [
82
100
Sentry.mobileReplayIntegration({
@@ -87,6 +105,24 @@ integrations: [
87
105
]
88
106
```
89
107
108
+
```javascript {tabTitle:Browser}
109
+
// You can pass options to the browserReplayIntegration function during init:
0 commit comments