Skip to content

Session replay #145

Closed Answered by stayallive
kevinvugts asked this question in Q&A
Jan 9, 2023 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

Session Replays SDK has been added: https://github.com/stayallive/wp-sentry/releases/tag/v6.10.0

You can start by setting the following constants:

// https://docs.sentry.io/platforms/javascript/session-replay/configuration/#general-integration-configuration
define( 'WP_SENTRY_BROWSER_REPLAYS_SESSION_SAMPLE_RATE', 0.1 ); // replaysSessionSampleRate
define( 'WP_SENTRY_BROWSER_REPLAYS_ON_ERROR_SAMPLE_RATE', 1.0 ); // replaysOnErrorSampleRate

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@aaronwjm360
Comment options

@stayallive
Comment options

@aaronwjm360
Comment options

@pawelkmpt
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by stayallive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants