mirror of https://github.com/kortix-ai/suna.git
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
|
export const SentryConfig = {
|
||
|
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
|
||
|
tracesSampleRate: 1,
|
||
|
debug: false,
|
||
|
};
|