mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 01:15:26 +10:00
integrate sentry for error logging
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import env from '@beam-australia/react-env';
|
||||
import * as Sentry from '@sentry/nextjs';
|
||||
|
||||
Sentry.init({
|
||||
dsn: env('CLIENT_SENTRY_DSN'),
|
||||
tracesSampleRate: 1.0,
|
||||
});
|
||||
Reference in New Issue
Block a user