MCPcopy 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

showReportDialogFunction · 0.80
setupOnceFunction · 0.80
setConnInfoAttributesFunction · 0.80
getUserFunction · 0.80
app.tsFile · 0.80
app.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected