Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Dec 17, 2024
1 parent 365891b commit 17db1a1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions frontend/sentry.server.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ import dotenv from "dotenv"
// @see the section on server setup: https://nuxt.com/modules/sentry
dotenv.config()

console.log(
"Will initialize Sentry with dsn",
process.env.NUXT_PUBLIC_SENTRY_DSN
)
console.log("environment", process.env.NUXT_PUBLIC_SENTRY_ENVIRONMENT)
console.log("release", process.env.SEMANTIC_VERSION)

Sentry.init({
dsn: process.env.NUXT_PUBLIC_SENTRY_DSN,
environment: process.env.NUXT_PUBLIC_SENTRY_ENVIRONMENT,
Expand Down

0 comments on commit 17db1a1

Please sign in to comment.