UNPKG

apitally

Version:

Simple API monitoring & analytics for REST APIs built with Express, Fastify, NestJS, AdonisJS, Hono, H3, Elysia, and Koa.

7 lines (5 loc) 144 B
/** * Returns the last Sentry event ID if available */ declare function getSentryEventId(): string | undefined; export { getSentryEventId };