Going from down to up, we are stopping at prettierrc as far as making sure we have everything configured.
This commit is contained in:
9
sentry.server.config.ts
Normal file
9
sentry.server.config.ts
Normal file
@ -0,0 +1,9 @@
|
||||
// https://docs.sentry.io/platforms/javascript/guides/nextjs/
|
||||
import * as Sentry from '@sentry/nextjs';
|
||||
import './src/env.js';
|
||||
|
||||
Sentry.init({
|
||||
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
|
||||
tracesSampleRate: 1, // Define how likely traces are sampled or use tracesSampler for more control.
|
||||
debug: false, // Print useful debugging info while setting up Sentry.
|
||||
});
|
Reference in New Issue
Block a user