mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-11 13:35:13 +10:00
8 lines
164 B
JavaScript
8 lines
164 B
JavaScript
import env from '@beam-australia/react-env';
|
|
import * as Sentry from '@sentry/nextjs';
|
|
|
|
Sentry.init({
|
|
dsn: env('CLIENT_SENTRY_DSN'),
|
|
tracesSampleRate: 1.0,
|
|
});
|