Skip to content

Commit

Permalink
fix: sentry auth token
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Jun 20, 2023
1 parent 038ed9c commit 3cb10a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
5 changes: 2 additions & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ let nextConfig = {
config.plugins.push(
sentryWebpackPlugin({
org: 'inneis-site',
headers: {
Authorization: `DSN ${process.env.NEXT_PUBLIC_SENTRY_DSN}`,
},

project: 'springtide',
authToken: process.env.NEXT_PUBLIC_SENTRY_AUTH_TOKEN,
}),
)
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"@innei/eslint-config-react-ts": "0.10.1",
"@innei/prettier": "0.10.1",
"@next/bundle-analyzer": "13.4.6",
"@sentry/cli": "2.19.1",
"@tailwindcss/typography": "0.5.9",
"@types/color": "3.0.3",
"@types/js-cookie": "3.0.3",
Expand Down
12 changes: 3 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 3cb10a4

@vercel
Copy link

@vercel vercel bot commented on 3cb10a4 Jun 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

springtide – ./

springtide-innei.vercel.app
springtide.vercel.app
springtide-git-main-innei.vercel.app

Please sign in to comment.