Skip to content

Commit 77d473e

Browse files
sfanahatacursoragent
authored andcommitted
Update identifying users documentation (#14306)
DESCRIBE YOUR PR Updates the "Identifying Users" section in the Session Replay configuration to clarify how to associate user information with events and link directly to the `setUser` API documentation. Preview here: https://sentry-docs-git-cursor-update-identifying-users-document-2ce2cb.sentry.dev/platforms/javascript/guides/nextjs/session-replay/configuration/#identifying-users IS YOUR CHANGE URGENT Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [X] None: Not urgent, can wait up to 1 week SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) --------- Co-authored-by: Cursor Agent <[email protected]>
1 parent 0f5acf3 commit 77d473e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/session-replay/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ replayIntegration({
107107

108108
## Identifying Users
109109

110-
You can use the Sentry SDK to link a user to a session. Read more about it in our <PlatformLink to="/enriching-events/identify-user">Identify Users</PlatformLink> docs.
110+
You can use the Sentry SDK to link a user to a session, and add user information to events to help you identify users that are experiencing an issue. See [setUser](https://docs.sentry.io/platforms/javascript/guides/nextjs/apis/#setUser) to learn how to to set the user on Sentry events.
111111

112112
```javascript
113113
Sentry.setUser({ email: "[email protected]" });

0 commit comments

Comments
 (0)