Configure Recording Sampling Rate
This determines the percentage of all user sessions that are recorded. Since there is (currently) a limit of 10,000 session recordings every month, this can help ensure you space out running against that limit. The default sampling rate is 100% which is great for smaller companies and projects. Click on the settings icon in the top right of the Statsig console to navigate to Project and Organization Settings. Under Project Settings, click on Session Replay and set the sampling rate. You must be a project admin to modify the sampling rate.Configure Recording Privacy/PII Options
If your users may be entering or viewing sensitive information, you can prevent this from being recorded and displayed using CSS classes offered by the rrweb recorder (the open source recording tool we use).input[type="password"]will be masked by default.- An element with the class name
.rr-blockwill not be recorded. Instead, it will replay as a placeholder with the same dimensions. - An element with the class name
.rr-ignorewill not record its input events. - All text of elements with the class name
.rr-maskand their children will be masked.

