MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / lastEventId

Method lastEventId

packages/core/src/scope.ts:245–247  ·  view source on GitHub ↗

* Get the ID of the last captured error event. * This is generally only available on the isolation scope.

()

Source from the content-addressed store, hash-verified

243 * This is generally only available on the isolation scope.
244 */
245 public lastEventId(): string | undefined {
246 return this._lastEventId;
247 }
248
249 /**
250 * @inheritDoc

Callers 4

lastEventIdFunction · 0.80
_error.tsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected