-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
replay: config restructure #5927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
imatwawana
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this is still in draft, but I wanted to get some feedback in early.
src/platforms/javascript/common/session-replay/configuration.mdx
Outdated
Show resolved
Hide resolved
src/platforms/javascript/common/session-replay/configuration.mdx
Outdated
Show resolved
Hide resolved
src/platforms/javascript/common/session-replay/configuration.mdx
Outdated
Show resolved
Hide resolved
src/platforms/javascript/common/session-replay/configuration.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Isabel <[email protected]>
|
|
||
| <Include name="beta-note-session-replay.mdx" /> | ||
|
|
||
| Sentry's Replay product is geared toward developers. By default, it'll mask all fields, so no personally identifiable information (PII) is collected, eliminating any concerns with General Data Protection Regulation (GDPR). Learn more on <PlatformLink to="/session-replay/privacy">Session Replay Privacy</PlatformLink>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ryan953 Something like this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are we trying to say by "Sentry's Replay product is geared toward developers"? All of Sentry is developer-focused, so if that's all we mean, this doesn't need to be here. If there's something more specific we want to say about this feature, then we should say that.
| Sentry's Replay product is geared toward developers. By default, it'll mask all fields, so no personally identifiable information (PII) is collected, eliminating any concerns with General Data Protection Regulation (GDPR). Learn more on <PlatformLink to="/session-replay/privacy">Session Replay Privacy</PlatformLink>. | |
| By default, it'll mask all fields, so no personally identifiable information (PII) is collected, eliminating any concerns with General Data Protection Regulation (GDPR). Learn more on <PlatformLink to="/session-replay/privacy">Session Replay Privacy</PlatformLink>. |
src/platform-includes/session-replay/setup-session-replay/javascript.mdx
Outdated
Show resolved
Hide resolved
imatwawana
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added some feedback that should be implemented on another PR.
|
|
||
| <Include name="beta-note-session-replay.mdx" /> | ||
|
|
||
| Sentry's Replay product is geared toward developers. By default, it'll mask all fields, so no personally identifiable information (PII) is collected, eliminating any concerns with General Data Protection Regulation (GDPR). Learn more on <PlatformLink to="/session-replay/privacy">Session Replay Privacy</PlatformLink>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are we trying to say by "Sentry's Replay product is geared toward developers"? All of Sentry is developer-focused, so if that's all we mean, this doesn't need to be here. If there's something more specific we want to say about this feature, then we should say that.
| Sentry's Replay product is geared toward developers. By default, it'll mask all fields, so no personally identifiable information (PII) is collected, eliminating any concerns with General Data Protection Regulation (GDPR). Learn more on <PlatformLink to="/session-replay/privacy">Session Replay Privacy</PlatformLink>. | |
| By default, it'll mask all fields, so no personally identifiable information (PII) is collected, eliminating any concerns with General Data Protection Regulation (GDPR). Learn more on <PlatformLink to="/session-replay/privacy">Session Replay Privacy</PlatformLink>. |
|
|
||
| Sentry's Replay product is geared toward developers. By default, it'll mask all fields, so no personally identifiable information (PII) is collected, eliminating any concerns with General Data Protection Regulation (GDPR). Learn more on <PlatformLink to="/session-replay/privacy">Session Replay Privacy</PlatformLink>. | ||
|
|
||
| With [session replays](/product/session-replay/) you can get to the root cause of an error or latency issue faster by seeing all the technical details related to that issue in one visual replay on your web application. Sentry provides a video-like reproduction of user interactions on a site or web app. All user interactions - including page visits, mouse movements, clicks, and scrolls - are captured, helping developers connect the dots between a known issue and how a user experienced it in the UI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 16 should really be the first paragraph on this page since this actually explains what the feature is.
| #### Configure | ||
|
|
||
| Add the following to your SDK config. There are several privacy and sampling options available, all of which can be set via the `integrations` constructor. Learn more about configuring Session Replay in our Github [Readme](https://github.com/getsentry/sentry-replay/blob/main/README.md). | ||
| Add the following to your SDK config. There are several privacy and sampling options available, all of which can be set via the `integrations` constructor. Learn more about configuring Session Replay by reading the [configuration docs](https://docs.sentry.io/platforms/javascript/session-replay/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On this and all these wizard files, the word "via" should be swapped for "using" since we avoid Latin words in the docs.
Before merging, wizard needs to be updates (see: #5914) or redirects added.
A PR to change the snippet is pending review here (since the snippet is copied pasted in the wizard and docs/include: https://github.com/getsentry/sentry-docs/pull/5926/files#r1042813689
Once that review is done, wizard snippet updates will be pushed to this branch to fix the build.
See: #5903