Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
imatwawana
left a comment
There was a problem hiding this comment.
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
|
|
||
| <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.
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.
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.
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.
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.
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