-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #334 from scientist-softserv/21-sentry-auth-token
21 sentry auth token
- Loading branch information
Showing
5 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
import * as Sentry from '@sentry/nextjs' | ||
|
||
Sentry.init({ | ||
dsn: process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN, | ||
dsn: 'https://[email protected]/4504810271408128', | ||
// Adjust this value in production, or use tracesSampler for greater control | ||
// ref: https://develop.sentry.dev/sdk/performance/#sdk-configuration | ||
tracesSampleRate: 1.0, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
import * as Sentry from '@sentry/nextjs' | ||
|
||
Sentry.init({ | ||
dsn: process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN, | ||
dsn: 'https://[email protected]/4504810271408128', | ||
// Adjust this value in production, or use tracesSampler for greater control | ||
// ref: https://develop.sentry.dev/sdk/performance/#sdk-configuration | ||
tracesSampleRate: 1.0, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
import * as Sentry from '@sentry/nextjs' | ||
|
||
Sentry.init({ | ||
dsn: process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN, | ||
dsn: 'https://[email protected]/4504810271408128', | ||
// Adjust this value in production, or use tracesSampler for greater control | ||
// ref: https://develop.sentry.dev/sdk/performance/#sdk-configuration | ||
tracesSampleRate: 1.0, | ||
|