Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Dec 4, 2023
1 parent 014187f commit 3d7c64b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 1 addition & 5 deletions sentry.client.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import * as Sentry from "@sentry/nextjs"

Sentry.init({
release: process.env.NEXT_PUBLIC_SENTRY_RELEASE,
environment: process.env.NEXT_PUBLIC_SENTRY_ENVIRONMENT,
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
})
Sentry.init({})
6 changes: 1 addition & 5 deletions sentry.edge.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import * as Sentry from "@sentry/nextjs"

Sentry.init({
release: process.env.NEXT_PUBLIC_SENTRY_RELEASE,
environment: process.env.NEXT_PUBLIC_SENTRY_ENVIRONMENT,
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
})
Sentry.init({})
6 changes: 1 addition & 5 deletions sentry.server.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import * as Sentry from "@sentry/nextjs"

Sentry.init({
release: process.env.NEXT_PUBLIC_SENTRY_RELEASE,
environment: process.env.NEXT_PUBLIC_SENTRY_ENVIRONMENT,
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
})
Sentry.init({})

0 comments on commit 3d7c64b

Please sign in to comment.