Skip to content

Commit

Permalink
change sentry organization
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Jul 12, 2023
1 parent eb8c7d4 commit 8b904f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webapps/console/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = withSentryConfig(
// Suppresses source map uploading logs during build
silent: true,
authToken: process.env.SENTRY_AUTH_TOKEN,
org: "jitsu-labs-inc",
org: "jitsucom",
project: "new-jitsu",
},
{
Expand Down
2 changes: 2 additions & 0 deletions webapps/console/sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import * as Sentry from "@sentry/nextjs";

Sentry.init({
dsn: "https://[email protected]/4505516539445248",

// Adjust this value in production, or use tracesSampler for greater control
tracesSampleRate: 1,

Expand Down
2 changes: 2 additions & 0 deletions webapps/console/sentry.edge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import * as Sentry from "@sentry/nextjs";

Sentry.init({
dsn: "https://[email protected]/4505516539445248",

// Adjust this value in production, or use tracesSampler for greater control
tracesSampleRate: 1,

Expand Down
2 changes: 2 additions & 0 deletions webapps/console/sentry.server.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import * as Sentry from "@sentry/nextjs";

Sentry.init({
dsn: "https://[email protected]/4505516539445248",

// Adjust this value in production, or use tracesSampler for greater control
tracesSampleRate: 1,

Expand Down

0 comments on commit 8b904f8

Please sign in to comment.