mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: improve frontend image
This commit is contained in:
parent
a6742d17c1
commit
d5791d99d5
9 changed files with 343 additions and 604 deletions
|
|
@ -1,13 +0,0 @@
|
|||
// This file configures the initialization of Sentry on the server.
|
||||
// The config you add here will be used whenever the server handles a request.
|
||||
// https://docs.sentry.io/platforms/javascript/guides/nextjs/
|
||||
|
||||
import * as Sentry from '@sentry/nextjs'
|
||||
|
||||
if (process.env.NODE_ENV !== 'development') {
|
||||
const DSN = process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN
|
||||
Sentry.init({
|
||||
dsn: DSN,
|
||||
tracesSampleRate: 1.0,
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue