mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
integrate sentry for error logging
This commit is contained in:
7
client/sentry.server.config.js
Normal file
7
client/sentry.server.config.js
Normal file
@ -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