Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ getUser
Method
getUser
packages/core/src/scope.ts:289–291 ·
view source on GitHub ↗
* Get the user from this scope.
()
Source
from the content-addressed store, hash-verified
287
* Get the user from this scope.
288
*/
289
public getUser(): User | undefined {
290
return
this._user;
291
}
292
293
/**
294
* Set the conversation ID
for
this scope.
Callers
7
showReportDialog
Function · 0.80
setupOnce
Function · 0.80
setConnInfoAttributes
Function · 0.80
getUser
Function · 0.80
startStandaloneWebVitalSpan
Function · 0.80
app.ts
File · 0.80
app.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected