mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-29 04:00:09 +00:00
5 lines
176 B
TypeScript
5 lines
176 B
TypeScript
import * as Sentry from '@sentry/nextjs';
|
|
|
|
declare const sentryBaseConfig: Sentry.BrowserOptions & Sentry.NodeOptions & Sentry.VercelEdgeOptions;
|
|
|
|
export { sentryBaseConfig };
|