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

Function lastEventId

packages/core/src/exports.ts:181–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179 * @returns The last event id of the isolation scope.
180 */
181export function lastEventId(): string | undefined {
182 return getIsolationScope().lastEventId();
183}
184
185/**
186 * Create a cron monitor check in and send it to Sentry.

Callers 3

client.test.tsFile · 0.90
index.test.tsFile · 0.85
showReportDialogFunction · 0.85

Calls 2

getIsolationScopeFunction · 0.90
lastEventIdMethod · 0.80

Tested by

no test coverage detected