Session Replay Alpha Launch #39460
Replies: 4 comments 14 replies
-
I've been having a lot of fun with Replay for the last week or so, but it is being blocked by my Content Security Policy which doesn't allow The CSP error is being thrown from this line https://github.com/getsentry/sentry-replay/blob/8e74c7edf05c041986c6739ce8bf52040b70ed93/src/eventBuffer.ts#L18 I'm not 100% sure what the worker is doing? It seems like there is a fallback in case the worker fails, but then I get a bunch of errors saying There are Is there a way that this worker can be created without requiring |
Beta Was this translation helpful? Give feedback.
-
It's been ~2 months since Sentry launched Session Replay in alpha. Since then, our internal teams have been busy collecting customer feedback, making improvements to the product, and listening to our customers on what value they derive from Sentry's Session Replay. In the spirit of building in public, I’d like to share a few insights around what we have been hearing from users during this alpha & closed beta period. Key differentiators of Sentry’s Session Replay
Key value of Sentry's Session Replay
Surfaced use cases
We want to know which frontend errors you would like to solve with a Session Replay❗️Let us know 👇 If you are interested in becoming an early adopter of Sentry's Session Replay, sign up for the waitlist or message us at session-replay@sentry.io. |
Beta Was this translation helpful? Give feedback.
-
Hi Sentry team, After checking the source code, it seems need to set up the We want to send the recording replay to the sentry when the user clicks the bug report button. |
Beta Was this translation helpful? Give feedback.
-
A quick question... |
Beta Was this translation helpful? Give feedback.
-
Session Replay by Sentry
Have you ever debugged an issue and wished you could time-travel to see all the steps a user did that lead them to the error? We certainly have, and that's why we built Session Replay for Sentry. Session Replay shows you a video-like reproduction of your user sessions so you can see what happened before, during, and after an error or latency issue occurred. Session Replay gives you deeper context on issues in your web application and takes the guesswork out of repro-ing so you can resolve issues faster.
As you playback each session, you can see every user interaction in relation to network requests, DOM events, and console messages. It’s effectively like having dev tools active for your production user sessions.
Sentry is privacy focused so protecting user data is always top of mind. That’s why we default to masking all text in our Session Replays.
Sign up for the waitlist
Session Replay is currently in alpha. You’ll likely encounter bugs - we recognize the irony. And it will only be available to a limited number of customers. Please sign up for our waitlist if you’re interested in trying it out - you’ll be contacted when it’s your turn via email. For our early adopters, we’re interested in hearing your early feedback - Where are you finding value?, Are you solving issues faster?, Did you encounter any critical defects?, How do you think replays should work in Sentry?
Want to see it in action before you sign up? Watch our demo at DEX.
Note: Session Replay is available only for web - it works alongside our JavaScript browser SDK (@sentry/browser) and web framework SDKs (@sentry/react, @sentry/angular, etc.).
We want to hear from you…
If you have any questions or feedback, please email us at session-replay@sentry.io or post down below.
Beta Was this translation helpful? Give feedback.
All reactions