eigent/package/@stackframe/stack-shared/dist/utils/sentry.d.mts
2025-07-29 23:57:16 +08:00

5 lines
176 B
TypeScript

import * as Sentry from '@sentry/nextjs';
declare const sentryBaseConfig: Sentry.BrowserOptions & Sentry.NodeOptions & Sentry.VercelEdgeOptions;
export { sentryBaseConfig };