export type SentryConfig = { dsn: string; environment: string; release: string; serviceName: string; }; //# sourceMappingURL=config.d.ts.map