Skip to content

Commit

Permalink
without release
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Dec 4, 2023
1 parent 56892e2 commit ab9b1d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sentry.client.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Sentry.init({
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
environment: process.env.NEXT_PUBLIC_ENVIRONMENT,
tracesSampleRate: 1.0,
release: process.env.NEXT_PUBLIC_RELEASE,
// release: process.env.NEXT_PUBLIC_RELEASE,
})
2 changes: 1 addition & 1 deletion sentry.edge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Sentry.init({
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
environment: process.env.NEXT_PUBLIC_ENVIRONMENT,
tracesSampleRate: 1.0,
release: process.env.NEXT_PUBLIC_RELEASE,
// release: process.env.NEXT_PUBLIC_RELEASE,
})
2 changes: 1 addition & 1 deletion sentry.server.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Sentry.init({
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
environment: process.env.NEXT_PUBLIC_ENVIRONMENT,
tracesSampleRate: 1.0,
release: process.env.NEXT_PUBLIC_RELEASE,
// release: process.env.NEXT_PUBLIC_RELEASE,
})

0 comments on commit ab9b1d0

Please sign in to comment.